[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s094.hs
diff --git a/ghc/interpreter/test/static/s094.hs b/ghc/interpreter/test/static/s094.hs
new file mode 100644 (file)
index 0000000..240c4ba
--- /dev/null
@@ -0,0 +1,4 @@
+--!!! Known bug: Qualified import ignores import list
+module M where
+import qualified Prelude (map)
+x = Prelude.Left 'a'