2 pr44575.c from the execute part of the gcc torture tests.
15 #ifndef __SDCC_pdk14 // Lack of memory
17 struct S
{ float a
[3]; };
28 for (i
= 2; i
< 4; ++i
)
38 arg
= va_arg (ap
, struct S
);
44 if (p
&& p
->a
[2] != arg
.a
[2])
54 testTortureExecute (void)
56 #ifndef __SDCC_pdk14 // Lack of memory
58 check (1, a
[2], a
[2]);