summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod155.hs
blob: 4b94525439beb651de3610cfc322c1236568b017 (plain)
1
2
3
4
5
-- !!! ambiguous re-exportation.
module M(module M) where 

import Prelude as M
id x = x