[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / clang / test / Rewriter / objc-modern-getclass-proto.mm
blobda417477aa12b07c3f0c2f5e21b586e7fedc7cde
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
4 @interface I @end
5 @implementation I @end
7 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *);
8 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);