cmp0022NEW_test.cpp 156 B

123456789101112
  1. #ifndef USING_TESTLIB2
  2. #error Expected USING_TESTLIB2
  3. #endif
  4. #ifdef USING_TESTLIB3
  5. #error Unexpected USING_TESTLIB3
  6. #endif
  7. int main(void)
  8. {
  9. return 0;
  10. }