a_dep.c 97 B

1234567
  1. #ifdef OBJA
  2. # error "OBJA is defined, but should not be"
  3. #endif
  4. int a_dep(void)
  5. {
  6. return 0;
  7. }