testdef.c 90 B

1234567
  1. #ifndef TESTDEF
  2. #error "TESTDEF should be defined!"
  3. #endif
  4. int main(void)
  5. {
  6. return 0;
  7. }