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

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