summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod60.hs
blob: 00de41d9c65905087ed7e7100db0a930967f441c (plain)
1
2
3
-- !!! Malformed pattern (arity)
module M where
f (Left) = error "foo"