summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod119_B.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/Mod119_B.hs')
-rw-r--r--testsuite/tests/module/Mod119_B.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/module/Mod119_B.hs b/testsuite/tests/module/Mod119_B.hs
new file mode 100644
index 0000000000..79f1dfb732
--- /dev/null
+++ b/testsuite/tests/module/Mod119_B.hs
@@ -0,0 +1,2 @@
+module Mod119_B (module Mod119_A) where
+import Mod119_A