diff options
Diffstat (limited to 'testsuite/tests/module/mod138.hs')
-rw-r--r-- | testsuite/tests/module/mod138.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod138.hs b/testsuite/tests/module/mod138.hs new file mode 100644 index 0000000000..c10487d476 --- /dev/null +++ b/testsuite/tests/module/mod138.hs @@ -0,0 +1,9 @@ +-- !!! Re-exporting alias which maps to multiple mods; some qualified. +module M where + +import Mod138_A + +x = zipWith5 +y = isLatin1 + + |