1 /* PR middle-end/11151 */
2 /* Originator: Andrew Church <gcczilla@achurch.org> */
5 /* This used to fail on SPARC because the (undefined) return
6 value of 'bar' was overwriting that of 'foo'. */
8 extern void abort(void);
17 __builtin_return(__builtin_apply((void (*)(void))foo
, __builtin_apply_args(), 64));