llvm/clang/test/PCH/Inputs/chain-decls1.h

void f(void);

struct one {};
void two(void);

void many(int i);
struct many;
void many(int j);
struct many;

void noret(void);