[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg030.hs
1 module PrelMain(mainIO) where
2
3 import ST
4 import CString
5
6 mainIO = _ccall_ puts (packString "123\n") >> return ()