summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod149.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod149.hs')
-rw-r--r--testsuite/tests/module/mod149.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod149.hs b/testsuite/tests/module/mod149.hs
new file mode 100644
index 0000000000..e8187e1ae3
--- /dev/null
+++ b/testsuite/tests/module/mod149.hs
@@ -0,0 +1,4 @@
+-- !!! re-exportation and ambiguity again.
+-- Exporting M (=> id) is not ambiguous, as
+-- Prelude isn't also exported.
+module M (module M) where id x = x;