android_mt6572_jiabo/external/clang/test/Modules/Inputs/declare-use/k.h
2025-09-05 16:56:03 +08:00

8 lines
75 B
C

#ifdef GIMME_A_K
#ifndef K_H
#define K_H
const int k = 42;
#endif
#endif