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