android_mt6572_jiabo/external/clang/test/Modules/Inputs/submodule-visibility/a.h
2025-09-05 16:56:03 +08:00

9 lines
71 B
C

int n;
#ifdef B
#error B is defined
#endif
#define A
#include "c.h"