summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/D.hs
blob: 2a70c065ab66f7cb2215a1e147ecb6495e83bd85 (plain)
1
2
3
4
5
6
7
8
module D (a) where

a :: Int
a = 1

b :: Int
b = 2