summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod137.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod137.hs')
-rw-r--r--testsuite/tests/module/mod137.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod137.hs b/testsuite/tests/module/mod137.hs
new file mode 100644
index 0000000000..0541e54509
--- /dev/null
+++ b/testsuite/tests/module/mod137.hs
@@ -0,0 +1,9 @@
+-- !!! Re-exporting alias which maps to multiple mods.
+module M where
+
+import Mod137_A
+
+x = zipWith5
+y = isLatin1
+
+