summaryrefslogtreecommitdiff
path: root/testsuite/tests/pmcheck/should_compile/T12957.hs
blob: d0956c6a5a33d775fa7ec383d389e1f1b4ea2861 (plain)
1
2
3
4
5
module T12957 where

data A = N | A { b :: Bool }
f = case [] of (_:_) -> case () of
                          a -> undefined