Home | History | Annotate | Download | only in submodule-visibility
      1 int n;
      2 
      3 #ifdef B
      4 #error B is defined
      5 #endif
      6 
      7 #define A
      8 
      9 #include "c.h"
     10