Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Headers / Inputs / include / setjmp.h
blob3d5e903eff6fcece5476e571941115334888995b
1 #ifndef SETJMP_H
2 #define SETJMP_H
4 typedef struct {
5 int x[42];
6 } jmp_buf;
8 #endif