testdef.c 89 B

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