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