[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s115.hs
diff --git a/ghc/interpreter/test/static/s115.hs b/ghc/interpreter/test/static/s115.hs
new file mode 100644 (file)
index 0000000..5492dd7
--- /dev/null
@@ -0,0 +1,6 @@
+--!!! Known bug: can't have strict fieldnames (I think this is trivial to fix)
+
+data T = T {x :: Int, y :: !Int} deriving Show
+
+
+