summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_fail/T14608.hs
blob: 87d5617e5c1f9bd03a88b4fc1a8ed3d1b8b80f1d (plain)
1
2
3
4
5
6
7
{-# LANGUAGE UnboxedTuples #-}
module T14608 where

data UnboxedTupleData = MkUTD (# (),() #)

doThings :: UnboxedTupleData -> ()
doThings (MkUTD t) = ()