android_mt6572_jiabo/external/clang/test/PCH/Inputs/chain-decls2.h
2025-09-05 16:56:03 +08:00

12 lines
182 B
C

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