summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10110C.hs
blob: 70692076a4d1130deec9690c7508602b68f7e812 (plain)
1
2
3
4
5
module T10110C (c) where
import T10110A (a)
import T10110B (b)
c :: Int
c = a+b