summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/OneShotTH.hs
blob: 4338e245272ab538bf37e28807a89bc1f1754637 (plain)
1
2
3
4
{-# LANGUAGE TemplateHaskell #-}
module OneShotTH where

main = $([| print () |])