diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail010.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail010.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail010.hs b/testsuite/tests/rename/should_fail/rnfail010.hs new file mode 100644 index 0000000000..d5e51ed4fd --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail010.hs @@ -0,0 +1,6 @@ + +f x = 2 + +g x = 6 + +f x = 3 |