summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T18534.hs
blob: 7877ff47ee194f56c0292a64bd3f3de2f11cefa5 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}

module Test where

import GHC.Exts

data Test (a :: TYPE r) = Test !a