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