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