Home | History | Annotate | Download | only in submodule-visibility
      1 int m = n;
      2 
      3 #include "other.h"
      4 #include "c.h"
      5 
      6 #if defined(A) && !defined(ALLOW_NAME_LEAKAGE)
      7 #error A is defined
      8 #endif
      9 
     10 #define B
     11