brintos

brintos / llvm-project-archived public Read only

0
0
Text · 367 B · cc5243f Raw
11 lines · plain
1// RUN: %clang -target i386-apple-darwin -fsyntax-only -Xclang -verify %s2// RUN: %clang -target i386-apple-darwin -x objective-c++ -fsyntax-only -Xclang -verify %s3 4@interface NSObject5@end6 7__attribute__((objc_class_stub)) // expected-warning {{'objc_class_stub' attribute ignored}}8__attribute__((objc_subclassing_restricted))9@interface StubClass : NSObject10@end11