xref: /llvm-project/clang/test/Index/Inputs/c-index-pch.h (revision 6eb1201c90f6eea2768aa6f9315793c93669dddf)
1 #ifndef C_INDEX_PCH_H
2 #define C_INDEX_PCH_H
3 
4 void foo(int i, float f);
5 extern int bar;
6 
7 #endif // C_INDEX_PCH_H
8