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

10 lines
132 B
C

int m = n;
#include "other.h"
#include "c.h"
#if defined(A) && !defined(ALLOW_NAME_LEAKAGE)
#error A is defined
#endif
#define B