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
8 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *);
9 // CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);