1 /* PR rtl-optimization/79032 */
2 /* Reported by Daniel Cederman <cederman@gaisler.com> */
4 extern void abort (void);
15 static long foo (struct S
*s
) __attribute__((noclone
, noinline
));
17 static long foo (struct S
*s
)
28 struct S s
= { 0, 0, 0, 0, 2, &val
};