summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod151.hs
blob: 3bbeda508ded17715e26b3247f126c22f82a4a79 (plain)
1
2
-- !!! ambiguous re-exportation.
module M (module M,id) where id x = x;