1 // RUN: %clang -target i386-apple-darwin -fsyntax-only -Xclang -verify %s
2 // RUN: %clang -target i386-apple-darwin -x objective-c++ -fsyntax-only -Xclang -verify %s
7 __attribute__((objc_class_stub)) // expected-warning {{'objc_class_stub' attribute ignored}}
8 __attribute__((objc_subclassing_restricted))
9 @interface StubClass : NSObject