bolt/deps/llvm-18.1.8/clang/test/PCH/Inputs/chain-decls1.h

12 lines
128 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
void f(void);
struct one {};
void two(void);
void many(int i);
struct many;
void many(int j);
struct many;
void noret(void);