summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5555.hs
blob: a874a7349c45de9c6bf67b4317c62c7e6b78f5bd (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell, QuasiQuotes #-}
import qualified T5555_Lib as L

test :: String
test = [L.s|hello world|]

main :: IO ()
main = putStrLn test