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

import Language.Haskell.TH

_ = $(newName "x" >>= varE)