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

5 lines
117 B
Objective-C

#if !__has_feature(objc_arc)
#error "ObjC files with CLANG_ENABLE_OBJC_ARC should be ARC'd!"
#endif
void m_fun() {}