bolt/deps/llvm-18.1.8/clang/test/PCH/Inputs/chain-decls2.h
2025-02-14 19:21:04 +01:00

12 lines
194 B
C

void g(void);
struct two {};
void one(void);
struct three {}; // for verification
void many(int k);
struct many;
void many(int l);
struct many {};
void noret(void) __attribute__((noreturn));