summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail090.hs
blob: 3204ad1413f7da5e48d74b0e59190d97e26828c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE MagicHash #-}

module ShouldFail where

import GHC.Base

my_undefined :: a  -- This one has kind *, not OpenKind
my_undefined = undefined

die :: Int -> ByteArray#
die _ = my_undefined