Dactyloidae/media/webrtc/trunk/tools/gyp/test/mac/objc-arc/mm-file-no-arc.mm

5 lines
126 B
Text

#if __has_feature(objc_arc)
#error "ObjC++ files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"
#endif
void mm_fun() {}