haskell-language-server-2.7.0.0: plugins/hls-splice-plugin/test/testdata/TQQExp.hs
{-# LANGUAGE QuasiQuotes #-}
module TQQExp where
import QQ
main :: IO ()
main = putStrLn [str|str|]
{-# LANGUAGE QuasiQuotes #-}
module TQQExp where
import QQ
main :: IO ()
main = putStrLn [str|str|]