Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / Inputs / chain-decls2.h
blobc6488a3a738dd1f3808eba8f45c08f85d1f17dee
1 void g(void);
3 struct two {};
4 void one(void);
5 struct three {}; // for verification
7 void many(int k);
8 struct many;
9 void many(int l);
10 struct many {};
12 void noret(void) __attribute__((noreturn));