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

module T10047A where

import Language.Haskell.TH

-- Passing var name to conE should fail.
x = $(conE 'id)