1 2 3 4 5 6 7 8
#ifndef OBJC # error "OBJC is not defined, but should be" #endif extern int c_dep(void); int c_obj(void) { return c_dep(); }