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

module T11405 where

import GHC.Exts
import GHC.Stack

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