summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/prog005/B.hs
blob: 57b34b2be20175a0054b51998efcbfe57372da99 (plain)
1
2
3
4
module B (y) where
import A
y = 2 :: Int
z = 3 :: Int