summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T19709d.hs
blob: 81985e80db6871f6a3a9ec05a475d1ea9c6bb07b (plain)
1
2
3
4
5
6
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -Wincomplete-patterns #-}

module T19709d where

$( case tail "hello" of "hello" -> return [] )