summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_run/T11964.hs
blob: 96a83dc2caca741ad4e6407f456752719f5d3b43 (plain)
1
2
3
4
5
6
7
8
9
10
module T11964 where

import Data.Kind
import T11964a

t1 :: T Type Int
t1 = T ()

t2 :: T Star Int
t2 = T ()