[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / SemaObjC / warn-unused-exception-param.m
blobf649f8c812198681c719fb75f7e6005c55b2804b
1 // RUN: %clang_cc1 -fsyntax-only -verify -Wunused-exception-parameter %s
2 void  f0() {
3   @try {} @catch(id a) {} // expected-warning{{unused exception parameter 'a'}}