Home | History | Annotate | Download | only in objc-arc
      1 #if __has_feature(objc_arc)
      2 #error "ObjC files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"
      3 #endif
      4 
      5 void m_fun() {}
      6