1 /* Make sure that by reference and by value aggregate jump functions do not get
4 extern void abort (void);
22 static __attribute__ ((noinline
, noclone
)) struct S
*
25 return (struct S
*) &gc
;
28 static void good_target (struct S
*s
)
33 extern void bar (struct E e
);