2 931004-10.c from the execute part of the gcc torture suite.
11 // Todo: Enable when sdcc supports struct!
28 for (i
= 0; i
< n
; i
++)
30 x
= va_arg (ap
,struct tiny
);
37 long x
= va_arg (ap
, long);
46 testTortureExecute (void)
56 f (3, x
[0], x
[1], x
[2], (long) 123);