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