2 20030914-2.c from the execute part of the gcc torture tests.
11 // TODO: Enable when sdcc supports struct assignment!
13 /* On IRIX 6, PA is passed partially in registers and partially on the
14 stack. We therefore have two potential uses of pretend_args_size:
15 one for the partial argument and one for the varargs save area.
16 Make sure that these uses don't conflict. */
18 struct s
{ int i
[18]; };
20 int f (struct s pa
, int pb
, ...)
29 testTortureExecute (void)
32 if (f (gs
, 0x1234) != 0x1234)