xref: /minix3/external/bsd/llvm/dist/clang/test/Index/Inputs/c-index-pch.h (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
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