[project @ 1997-08-14 18:27:10 by sof]
[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 ()