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

import FatQuote ()

import Language.Haskell.TH

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