allwinner_a64/android/external/clang/test/Modules/Inputs/declare-use/k.h
2018-08-08 16:14:42 +08:00

8 lines
75 B
C

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