summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail009.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail009.hs')
-rw-r--r--testsuite/tests/rename/should_fail/rnfail009.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail009.hs b/testsuite/tests/rename/should_fail/rnfail009.hs
new file mode 100644
index 0000000000..1557f48c7b
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/rnfail009.hs
@@ -0,0 +1,5 @@
+module Foo where
+
+data F = A | B
+
+data G = A | C