// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null #include sigjmp_buf B; int foo() { sigsetjmp(B, 1); bar(); }