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

5 lines
104 B
C

#if !__building_module(a)
#error "should only get here when building module a"
#endif
const int a = 1;