summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T20113.hs
blob: da01589dfbf4bb04c97c1429a25764d884f2fe5e (plain)
1
2
3
4
{-# LANGUAGE PolyKinds, UnliftedNewtypes, NoFieldSelectors #-}
import GHC.Exts

newtype Y (a :: TYPE rep) = MkY { y_fld :: a }