summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod114.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod114.hs')
-rw-r--r--testsuite/tests/module/mod114.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod114.hs b/testsuite/tests/module/mod114.hs
new file mode 100644
index 0000000000..b739c5d283
--- /dev/null
+++ b/testsuite/tests/module/mod114.hs
@@ -0,0 +1,4 @@
+-- !!! Type re-exportation test
+-- (from bug reported by Ross Paterson.)
+module Mod114 (Stuff) where
+import Mod114_Help hiding(Stuff(..))