xref: /aosp_15_r20/external/clang/test/Index/Inputs/c-index-pch.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
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