stay_c.c 106 B

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