[project @ 1999-01-23 18:10:00 by sof]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg020.hs
1 -- !!! reading/showing of Ints/Integers
2 --
3 main = print ((read "-1") :: Integer)