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



-- Kind error messsage should not contain bangs

module ShouldFail where

import Foreign.ForeignPtr

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