stay_cxx.cxx 105 B

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