llvm-for-llvmta/tools/clang/test/PCH/Inputs/chain-decls2.h

13 lines
182 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
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));