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

import FatQuote ()

import Language.Haskell.TH

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