llvm-for-llvmta/tools/clang/test/Index/Inputs/c-index-pch.h

8 lines
112 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
#ifndef C_INDEX_PCH_H
#define C_INDEX_PCH_H
void foo(int i, float f);
extern int bar;
#endif // C_INDEX_PCH_H