summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/qq003/qq003.hs
blob: 7afbad964ee19a6f8be88d1f5427507e5fc3402a (plain)
1
2
3
4
5
{-# LANGUAGE QuasiQuotes #-}
module Main where

main :: IO ()
main = print $ \parse -> [parse||]