brintos

brintos / llvm-project-archived public Read only

0
0
Text · 112 B · 6dda180 Raw
8 lines · c
1#ifndef C_INDEX_PCH_H2#define C_INDEX_PCH_H3 4void foo(int i, float f);5extern int bar;6 7#endif // C_INDEX_PCH_H8