e5bb55ee5a874f31e0d29ec71d1cca7dc18bf902
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg030.hs
1 module GHCmain(mainPrimIO) where
2
3 import ST
4 import STBase
5
6 mainPrimIO = _ccall_ puts "123\n" >> return ()