[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg020.hs
1 -- !!! reading/showing of Ints/Integers
2 --
3 main = print ((read "-1") :: Integer)