a.h 103 B

123456
  1. #ifndef A_DEF
  2. #error "A_DEF not defined"
  3. #endif
  4. #ifdef B_DEF
  5. #error "B_DEF must not be defined"
  6. #endif