diff options
Diffstat (limited to 'testsuite/tests/module/Mod117_B.hs')
-rw-r--r-- | testsuite/tests/module/Mod117_B.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/module/Mod117_B.hs b/testsuite/tests/module/Mod117_B.hs new file mode 100644 index 0000000000..d1711b1d89 --- /dev/null +++ b/testsuite/tests/module/Mod117_B.hs @@ -0,0 +1,4 @@ +-- re-export all of T +module Mod117_B (T(..)) where + +import Mod117_A ( T(T,m1),m2 ) |