summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/T14028.hs
blob: 5313df6e77e576cc7941aad36059049189fb9572 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE QuasiQuotes #-}

import T14028Quote

s :: String
s = [here|goes nothing|]

main = putStrLn s