diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail056.hs')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail056.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail056.hs b/testsuite/tests/rename/should_fail/rnfail056.hs new file mode 100644 index 0000000000..23ec008dc6 --- /dev/null +++ b/testsuite/tests/rename/should_fail/rnfail056.hs @@ -0,0 +1,8 @@ +-- TupleSections not enabled +{-# LANGUAGE UnboxedTuples #-} + +module Foo where + +foo = (1,) + +bar = (# 1, #) |