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