llvm-for-llvmta/tools/clang/test/Headers/Inputs/include/setjmp.h

9 lines
84 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
#ifndef SETJMP_H
#define SETJMP_H
typedef struct {
int x[42];
} jmp_buf;
#endif