summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod8.hs
blob: 8d7c3e003ebb70c65c8c04b8e25b086e18b894ab (plain)
1
2
3
-- !!! Exporting non-existent module
module M(module N) where
x = 'a' -- dummy definition to get round a separate bug