summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_run/T11311.hs
blob: 88f0e458614181a68721bd6f04e0611bb804a04a (plain)
1
2
3
4
5
6
7
8
module T11311 where

import Data.Kind

foo :: ()
foo = (id :: * -> *) undefined `seq` ()

main = print foo