diff options
Diffstat (limited to 'testsuite/tests/module/mod88.hs')
-rw-r--r-- | testsuite/tests/module/mod88.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod88.hs b/testsuite/tests/module/mod88.hs new file mode 100644 index 0000000000..aacf912915 --- /dev/null +++ b/testsuite/tests/module/mod88.hs @@ -0,0 +1,5 @@ +-- !!! Honouring qualified imports lists +-- was: Known bug: Qualified import ignores import list +module M where +import qualified Prelude (map) +x = Prelude.Left 'a' |