[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg030.hs
1 module PrelMain(mainIO) where
2
3 import ST
4
5 mainIO = _ccall_ puts "123\n" >> return ()