Home | History | Annotate | Download | only in objc-arc
      1 #if __has_feature(objc_arc)
      2 #error "C++ files shouldn't be ARC'd!"
      3 #endif
      4 
      5 void cc_fun() {}
      6