summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_compile/bkp16.bkp
blob: f1a161e53c8b2d69be7dc10aa0243fb1ceb21a8d (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE MagicHash #-}
unit p where
    dependency ghc-prim
    signature Int where
        import GHC.Prim
        data Int = I# Int#
unit q where
    dependency p[Int=base:GHC.Exts]