brintos

brintos / llvm-project-archived public Read only

0
0
Text · 367 B · da41747 Raw
10 lines · plain
1// RUN: %clang_cc1 -E %s -o %t.mm2// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %t.mm -o %t-rw.cpp3 4@interface I @end5@implementation I @end6 7// CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *);8// CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);9 10