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