2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
5 typedef long int jmp_buf[64];
6 extern int _setjmp (jmp_buf) __attribute__ ((__nothrow__
));
7 struct S
{ int a
, b
, c
; };
8 extern struct S
*baz (struct S
*);
18 foo (int a
, struct S
*b
, struct S
*c
, struct S
*d
)