llvm/clang/test/Headers/Inputs/include/setjmp.h

#ifndef SETJMP_H
#define SETJMP_H

typedef struct {
  int x[42];
} jmp_buf;

#endif