summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod10.hs
blob: 1e8046f05e46f46945436f7a23287a1e390632c1 (plain)
1
2
3
-- !!! Exporting non-existent datatype transparently
module M(T(K1)) where
x = 'a' -- dummy definition to get round a separate bug