// RUN: %clang_cc1 -fsyntax-only -verify -fobjc-exceptions %s
// @throw
void
;
; // expected-note{{in instantiation of}}
// @synchronized
void
;
; // expected-note{{in instantiation of}}
// fast enumeration
;
void ;
void
;
; // expected-note{{in instantiation of}}
; // expected-note{{in instantiation of}}
// @try/@catch/@finally
void
;
; // expected-note{{in instantiation of}}
; // expected-note{{in instantiation of function template specialization 'try_catch_finally_test<NSString, int>' requested here}}