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