summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10322B.hs
blob: aa0b73acdff084118959d083bd3e98cdf30b33e5 (plain)
1
2
3
4
module T10322B (b) where
import T10322A (a)
b :: Int
b = a+1