summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod33.hs
blob: 04d984af39a9a6f258a1f61d98ab2e6395fea460 (plain)
1
2
3
4
5
-- !!! Redefining an imported name
-- was: Imported var clashes with local var definition
module M where
import Prelude(id)
id x = x