bolt/deps/llvm-18.1.8/clang/test/Index/Inputs/c-index-pch.h
2025-02-14 19:21:04 +01:00

7 lines
112 B
C

#ifndef C_INDEX_PCH_H
#define C_INDEX_PCH_H
void foo(int i, float f);
extern int bar;
#endif // C_INDEX_PCH_H