summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod143.hs
blob: 92c3d438d7089058fec67353ff84db19c28e4726 (plain)
1
2
3
4
5
6
7
-- !!! Conflicting re-exportation of tycon
module M (module M, module Mod143_A) where

import Mod143_A

data Foo = Baz