[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn017.hs
diff --git a/ghc/compiler/tests/rename/rn017.hs b/ghc/compiler/tests/rename/rn017.hs
new file mode 100644 (file)
index 0000000..3adc45f
--- /dev/null
@@ -0,0 +1,13 @@
+module Test ( Test.. , Rn017.. ) where
+
+import Rn017
+
+f x = x
+
+data Foo = MkFoo
+
+class FOO a where
+    op :: a -> Int
+
+instance FOO Foo where
+    op x = 42