xref: /minix3/external/bsd/llvm/dist/clang/test/Headers/Inputs/include/setjmp.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc #ifndef SETJMP_H
2*0a6a1f1dSLionel Sambuc #define SETJMP_H
3*0a6a1f1dSLionel Sambuc 
4*0a6a1f1dSLionel Sambuc typedef struct {
5*0a6a1f1dSLionel Sambuc   int x[42];
6*0a6a1f1dSLionel Sambuc } jmp_buf;
7*0a6a1f1dSLionel Sambuc 
8*0a6a1f1dSLionel Sambuc #endif
9