summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/cabal/pkg02/A.hs
blob: fa288c35e65143d59c92f65b9e98155bce8c2e42 (plain)
1
2
3
4
5
module A where
import Foreign -- a local module
import Foreign.C -- a package module

y = Foreign.x