summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod139.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod139.hs')
-rw-r--r--testsuite/tests/module/mod139.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod139.hs b/testsuite/tests/module/mod139.hs
new file mode 100644
index 0000000000..ae91e2b8ca
--- /dev/null
+++ b/testsuite/tests/module/mod139.hs
@@ -0,0 +1,11 @@
+-- !!! re-exporting module alias, with hiding.
+module M where
+
+import Mod139_B
+
+z = Bar
+a = Mod139_B.x
+
+y = m1 (2::Int)
+
+