]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr101156.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr101156.c
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 }