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

main = print a