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 4 5 @interface I @end 6 @implementation I @end 7 8 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *); 9 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *); 10 11