[project @ 1998-01-27 18:36:22 by sof]
[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 ()