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

4 lines
46 B
C

#ifndef A_H
#define A_H
typedef int A;
#endif