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