summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod144.hs
blob: d808f63f918f19c1f7daab44c25838b642ed5f3c (plain)
1
2
3
4
5
6
7
-- !!! Conflicting re-exportation of dcon
module M (module Mod144_A,module M) where

import Mod144_A

data Foo1 = Bar