summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T5252a.hs
blob: ab187a0d663b43899f75ab64c4690c97ec17aee5 (plain)
1
2
3
4
5
module T5252a( S(..), T ) where

data T = MkT Int Int

data S = MkS {-# UNPACK #-}!T Int