summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T18102b.hs
blob: 0f686291deb47c2099fa25ff730f71ff6c80990f (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}

import T18102b_aux

x :: Int
x = $$(intQuote)

main :: IO ()
main = print x