aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr101156.c
blob: 5c25bd78a0219ed81c0f46232274b818fb5b0b72 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-fchecking" } */

struct S { int i; };
void baz(struct S *p)
{
  __builtin_setjmp(p--);
}