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

4 lines
55 B
C

#ifndef SUB_H
#define SUB_H
const int sub = 42;
#endif