brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · 968a6e0 Raw
5 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions -Wunused-exception-parameter %s2void f0(void) {3  @try {} @catch(id a) {} // expected-warning{{unused exception parameter 'a'}}4}5