2 va-arg-11.c from the execute part of the gcc torture tests.
7 /* Test va_arg when the result is ignored and only the pointer increment
8 side effect is used. */
19 for (i
= 0; i
< 4; ++i
)
20 (void) va_arg (va
, int);
22 res
= va_arg (va
, int);
30 testTortureExecute (void)
32 if (foo (5, 4, 3, 2, 1, 0))