llvm-for-llvmta/tools/clang/test/CodeCompletion/Inputs/reserved.h

5 lines
86 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
typedef int __INTEGER_TYPE;
typedef float FLOATING_TYPE;
typedef int _MyPrivateType;