summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc268.hs
blob: d100673550994de2dc2bc02d96c920b3420ef8d9 (plain)
1
2
3
4
5
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE ConstraintKinds #-}
module Tc268 where
import GHC.Exts
type A = (() :: Constraint)