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