[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Rewriter / objc-modern-getclass-proto.mm
blob98e76e01aac77827dea4e6e6a65779be3333a2f8
1 // RUN: %clang_cc1 -E %s -o %t.mm
2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %t.mm -o %t-rw.cpp
3 // rdar://11375495
5 @interface I @end
6 @implementation I @end
8 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *);
9 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);