diff options
Diffstat (limited to 'testsuite/tests/quasiquotation/qq003/qq003.hs')
-rw-r--r-- | testsuite/tests/quasiquotation/qq003/qq003.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/quasiquotation/qq003/qq003.hs b/testsuite/tests/quasiquotation/qq003/qq003.hs new file mode 100644 index 0000000000..7afbad964e --- /dev/null +++ b/testsuite/tests/quasiquotation/qq003/qq003.hs @@ -0,0 +1,5 @@ +{-# LANGUAGE QuasiQuotes #-} +module Main where + +main :: IO () +main = print $ \parse -> [parse||] |