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

-- Should be a compile time error as TemplateHaskell is not enabled.

qux = $$([|| 1 ||])