1 2 3 4 5 6 7 8
#ifdef __cplusplus # error C source incorrectly compiled as C++ #endif int stay_c(void) { return 0; }