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

parse = undefined

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