summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9762B.hs
blob: 387d0e276105c6ba79e2f3bb364f3abbae97c83f (plain)
1
2
3
4
module T9762B (b) where
import T9762A (a)
b :: Int
b = a+1