summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T7050.hs
blob: 2e8c1eb694483dcdc00c872b5b3985c0a3dad88e (plain)
1
2
3
module T7050 where

data Foo a = Foo {-# UNPACK #-} !(Foo a)