xref: /llvm-project/clang/test/Modules/Inputs/submodule-visibility/a.h (revision 2aedca340c84eafdc7285eb68145e55213324185)
1 int n;
2 
3 #ifdef B
4 #error B is defined
5 #endif
6 
7 #define A
8 
9 #include "c.h"
10