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

4 lines
48 B
C

#ifndef A_H
#define A_H
const int a = 2;
#endif