summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/fat-iface/FatQuote.hs
blob: e8a420fb7a7da0b60b911308ef63fbb9331aa174 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskellQuotes #-}
module FatQuote where

import Language.Haskell.TH

a :: Q Exp
a = [| () |]