summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod142.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod142.hs')
-rw-r--r--testsuite/tests/module/mod142.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod142.hs b/testsuite/tests/module/mod142.hs
new file mode 100644
index 0000000000..3be36f3fd2
--- /dev/null
+++ b/testsuite/tests/module/mod142.hs
@@ -0,0 +1,6 @@
+-- !!! Conflicting re-exportation of var
+module M (module M, module Mod142_A) where
+
+import Mod142_A
+
+x = 'x'