diff options
Diffstat (limited to 'testsuite/tests/rep-poly/RepPolyWrappedVar2.hs')
-rw-r--r-- | testsuite/tests/rep-poly/RepPolyWrappedVar2.hs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/rep-poly/RepPolyWrappedVar2.hs b/testsuite/tests/rep-poly/RepPolyWrappedVar2.hs new file mode 100644 index 0000000000..f00f9d851c --- /dev/null +++ b/testsuite/tests/rep-poly/RepPolyWrappedVar2.hs @@ -0,0 +1,9 @@ +{-# LANGUAGE DataKinds #-} +{-# LANGUAGE MagicHash #-} +{-# LANGUAGE TypeApplications #-} + +module RepPolyWrappedVar2 where + +import GHC.Exts + +foo = unsafeCoerce# @IntRep @AddrRep |