1 /* { dg-do compile } */
2 /* { dg-options "-fchecking" } */
3
4 struct S { int i; };
5 void baz(struct S *p)
6 {
7 __builtin_setjmp(p--);
8 }
1 /* { dg-do compile } */
2 /* { dg-options "-fchecking" } */
3
4 struct S { int i; };
5 void baz(struct S *p)
6 {
7 __builtin_setjmp(p--);
8 }