summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes/T18103.hs
blob: 6965c2d2c324ebe9dc6472e1b518b36e3314de4f (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskellQuotes #-}
module T18103 where

import Language.Haskell.TH

ex :: IO [Dec]
ex = [d| foo x = x |]