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

8 lines
76 B
C

#ifdef GIMME_AN_L
#ifndef L_H
#define L_H
const int l = 42;
#endif
#endif