haskell-src-exts-1.24.0: tests/examples/QQType.hs.prettyprinter.golden
{-# LANGUAGE FlexibleInstances, TemplateHaskell, QuasiQuotes #-}
module QQType where
import Language.Haskell.TH
x :: DecsQ
x = [d|
instance Show $( conT (mkName "Int") )
|]