Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjC / warn-unused-exception-param.m
blob968a6e02821561d24df056367a36c41f0dbd8ff7
1 // RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions -Wunused-exception-parameter %s
2 void f0(void) {
3   @try {} @catch(id a) {} // expected-warning{{unused exception parameter 'a'}}