f4a2713ac8
Change-Id: Ia40e9ffdf29b5dab2f122f673ff6802a58bc690f
10 lines
386 B
Text
10 lines
386 B
Text
// RUN: %clang_cc1 -E %s -o %t.mm
|
|
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %t.mm -o %t-rw.cpp
|
|
// rdar://11375495
|
|
|
|
@interface I @end
|
|
@implementation I @end
|
|
|
|
// CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getClass(const char *);
|
|
// CHECK: __OBJC_RW_DLLIMPORT struct objc_class *objc_getMetaClass(const char *);
|
|
|