summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun020.hs
blob: 9f4b7c64e18e15d72b1c0c3a0e757db5c1632a90 (plain)
1
2
3
-- !!! reading/showing of Ints/Integers
--
main = print ((read "-1") :: Integer)