summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/unpack_inside_type.hs
blob: 07e7a63314f1bcda290b504df2a0ca97ae34a554 (plain)
1
2
3
module UnpackInsideType where

data T = T { t :: Maybe {-# UNPACK #-} Int }