1 #if __has_feature(objc_arc)
2 #error "C files shouldn't be ARC'd!"
3 #endif
4 
c_fun()5 void c_fun() {}
6 
7