1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Wall" } */
3 /* { dg-require-effective-target indirect_jumps } */
14 struct node
*head (void);
24 for (n
= list
; n
; n
= n
->next
)
29 jmp_buf *buf
= bar (); /* { dg-bogus "may be used uninitialized" } */