summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T10267a.hs
blob: cabe97ef2c4d912d55962e8e6c66739b1bfcd45a (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}

module T10267a where

import Language.Haskell.TH

varX :: Q Exp
varX = [| x |]