1#if __has_feature(objc_arc) 2#error "ObjC files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!" 3#endif 4 5void m_fun() {} 6