EnvConfig.c 92 B

1234567
  1. #ifdef TC_CONFIG_BAD
  2. # error "Built in 'Bad' config"
  3. #endif
  4. int main(void)
  5. {
  6. return 0;
  7. }