[project @ 1997-12-16 17:15:04 by simonm]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg030.hs
index e5bb55e..7f46889 100644 (file)
@@ -1,6 +1,6 @@
-module GHCmain(mainPrimIO) where
+module GHCmain(mainIO) where
 
 import ST
 import STBase
 
-mainPrimIO = _ccall_ puts "123\n" >> return ()
+mainIO = _ccall_ puts "123\n" >> return ()