summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T14646.hs
blob: c85872365fcd5642a1fa7403f0233e2151c3e67c (plain)
1
2
3
4
5
6
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}
module T14646 where

$([d| f :: (forall a. a) -> Int
      f _ = undefined |])