summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T12993_Lib.hs
blob: 441b7838122fd20a2f2fc0cd170a0d28fcdb8a6b (plain)
1
2
3
4
{-# LANGUAGE TemplateHaskell #-}
module T12993_Lib (q) where
data X = X { x :: Int }
q = [|x|]