hanchenye-llvm-project/llvm/test/Regression/CFrontend/2003-08-18-SigSetJmp.c

9 lines
78 B
C
Raw Normal View History

#include <setjmp.h>
sigjmp_buf B;
int foo() {
sigsetjmp(B, 1);
bar();
}