[project @ 1997-09-03 15:33:15 by simonm]
[ghc-hetmet.git] / ghc / tests / programs / barton-mangler-bug / Bug.hs
diff --git a/ghc/tests/programs/barton-mangler-bug/Bug.hs b/ghc/tests/programs/barton-mangler-bug/Bug.hs
new file mode 100644 (file)
index 0000000..0f75dff
--- /dev/null
@@ -0,0 +1,6 @@
+module Bug where
+
+data Eq a => Foo a = Foo { x :: a }
+
+foo :: Foo Int
+foo = Foo{}