summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2003-08-18-SigSetJmp.c
blob: b7f4553f41d6630f5890652fdff44f0e66802ae7 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null


#include <setjmp.h>

sigjmp_buf B;
int foo() {
  sigsetjmp(B, 1);
  bar();
}
OpenPOWER on IntegriCloud