[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[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