1 /* PR middle-end/12210 */
2 /* Origin: Ossadchy Yury A. <waspcoder@mail.ru> */
4 /* This used to fail on i686 because the argument was not copied
5 to the right location by __builtin_apply after the direct call. */
12 extern void abort(void);
16 if (arg
!= INTEGER_ARG
)
23 __builtin_apply(foo
, __builtin_apply_args(), 16);