hanchenye-llvm-project/clang/test/Index/Inputs/a.h

5 lines
46 B
C

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