Source code
Revision control
Copy as Markdown
Other Tools
#if __has_feature(objc_arc) || __has_feature(objc_arc_weak)
#error "C files shouldn't be ARC'd!"
#endif
void c_fun() {}
#if __has_feature(objc_arc) || __has_feature(objc_arc_weak)
#error "C files shouldn't be ARC'd!"
#endif
void c_fun() {}