1 2 3 4 5 6 7 8
{-# LANGUAGE QuasiQuotes #-} import T14028Quote s :: String s = [here|goes nothing|] main = putStrLn s