summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/cgrun001.hs
blob: 1f82002755bc3d570d134b97ed3c688a568fd933 (plain)
1
2
3
4
5
6
-- !! cg001: main = -42 -- take 1

main = print ( f () )
     where
       f :: a -> Int
       f x = -42