diff options
Diffstat (limited to 'testsuite/tests/quasiquotation/T3953.hs')
-rw-r--r-- | testsuite/tests/quasiquotation/T3953.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/quasiquotation/T3953.hs b/testsuite/tests/quasiquotation/T3953.hs new file mode 100644 index 0000000000..2b17419201 --- /dev/null +++ b/testsuite/tests/quasiquotation/T3953.hs @@ -0,0 +1,6 @@ +{-# LANGUAGE QuasiQuotes #-} + +module T3953 where + +foo = [notDefinedHere| |] + |