diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T19843i.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/T19843i.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T19843i.hs b/testsuite/tests/rename/should_fail/T19843i.hs new file mode 100644 index 0000000000..5ed9668577 --- /dev/null +++ b/testsuite/tests/rename/should_fail/T19843i.hs @@ -0,0 +1,5 @@ +module T19843i where + +import Data.Monoid as M (getAll) + +x = M.getSum |