blob: 5c25bd78a0219ed81c0f46232274b818fb5b0b72 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fchecking" } */
struct S { int i; };
void baz(struct S *p)
{
__builtin_setjmp(p--);
}