[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s014.hs
diff --git a/ghc/interpreter/test/static/s014.hs b/ghc/interpreter/test/static/s014.hs
new file mode 100644 (file)
index 0000000..6461272
--- /dev/null
@@ -0,0 +1,3 @@
+--!!! Exporting non-existent module
+module M(module N) where
+x = 'a' -- dummy definition to get round a separate bug