summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal01/A.hs
blob: c5227050f949cdba01743060e25909165c61bf79 (plain)
1
2
3
4
module A where
a = 42 :: Int

main2 = print a