[project @ 1997-09-05 09:16:19 by simonm]
[ghc-hetmet.git] / ghc / tests / codeGen / cg030.hs
1 module GHCmain(mainPrimIO) where
2
3 import ST
4 import STBase
5
6 mainPrimIO = _ccall_ puts "123\n" >> return ()