a.h 68 B

12345678
  1. #ifdef FOO
  2. #include "c.h"
  3. #endif
  4. #ifdef BAR
  5. #include "b.h"
  6. #endif