summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T11405.hs
blob: 5fdd7baed184440b4393fefa57338cf00ce5e4e7 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE ImplicitParams, PolyKinds, ExplicitForAll #-}

module T11405 where

import GHC.Exts
import GHC.Stack

x :: forall (v :: RuntimeRep) (a :: TYPE v). (?callStack :: CallStack) => a
x = undefined