1 // RUN: %clang_cc1 %s -fsyntax-only -verify
3 __attribute__((__objc_exception__))
4 @interface NSException {
11 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies to Objective-C interfaces}}
14 __attribute__((__objc_exception__)) // expected-error {{'__objc_exception__' attribute only applies to Objective-C interfaces}}