summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T19709d.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T19709d.hs')
-rw-r--r--testsuite/tests/th/T19709d.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/th/T19709d.hs b/testsuite/tests/th/T19709d.hs
new file mode 100644
index 0000000000..81985e80db
--- /dev/null
+++ b/testsuite/tests/th/T19709d.hs
@@ -0,0 +1,6 @@
+{-# LANGUAGE TemplateHaskell #-}
+{-# OPTIONS_GHC -Wincomplete-patterns #-}
+
+module T19709d where
+
+$( case tail "hello" of "hello" -> return [] )