diff options
Diffstat (limited to 'testsuite/tests/polykinds')
-rw-r--r-- | testsuite/tests/polykinds/T14561.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T14561.hs b/testsuite/tests/polykinds/T14561.hs index 8c74ab4740..4be0812c68 100644 --- a/testsuite/tests/polykinds/T14561.hs +++ b/testsuite/tests/polykinds/T14561.hs @@ -6,7 +6,7 @@ module T14561 where import GHC.Types -import GHC.Prim +import Unsafe.Coerce badId :: forall r (a :: TYPE r). a -> a badId = unsafeCoerce# |