[project @ 2000-04-18 16:25:05 by simonmar]
[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 ()