[libc][test] Adjust header paths in tests (#119623)
[llvm-project.git] / clang / test / CodeCompletion / Inputs / reserved.h
blob7b353a58fca4e5bd6805a3be48f07c42e882bd88
1 typedef int __INTEGER_TYPE;
2 typedef float FLOATING_TYPE;
4 typedef int _MyPrivateType;