summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn052.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/rn052.hs')
-rw-r--r--testsuite/tests/rename/should_compile/rn052.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/rn052.hs b/testsuite/tests/rename/should_compile/rn052.hs
new file mode 100644
index 0000000000..47e115a25c
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/rn052.hs
@@ -0,0 +1,10 @@
+
+module Rn052 where
+
+import qualified Rn052Aux
+
+data D = D
+
+instance Rn052Aux.C D where
+ f _ = True
+