summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/rnfail056.hs
blob: 23ec008dc6e8375b5ee3140d81a8b7ceb12e2af6 (plain)
1
2
3
4
5
6
7
8
-- TupleSections not enabled
{-# LANGUAGE UnboxedTuples #-}

module Foo where

foo = (1,)

bar = (# 1, #)