hackport-0.5.5: cabal/cabal-testsuite/PackageTests/QuasiQuotes/dynamic/Exe.hs
{-# LANGUAGE QuasiQuotes #-}
module Main where
import QQ
main = putStrLn [myq|hello|]
{-# LANGUAGE QuasiQuotes #-}
module Main where
import QQ
main = putStrLn [myq|hello|]