summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail162.hs
blob: 828a7bd0c4e5cb43e1875563d4ab665952630b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12



-- Kind error message should not contain bangs

module ShouldFail where

import Foreign.ForeignPtr

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