summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T14811.hs
blob: 20c6ab9db1ad687da7657c88556d1a1adf02afb3 (plain)
1
2
3
4
5
{-# language UnboxedTuples #-}
module T14811 where

data Foo a = Foo (# a #)
data Bar = Bar (# #)