2 20010925-1.c from the execute part of the gcc torture tests.
13 int foo (void *, void *, unsigned int c
);
19 testTortureExecute (void)
21 #ifndef __SDCC_pdk14 // Lack of memory
22 if (foo (dst
, src
, 10) != 0)
28 #ifndef __SDCC_pdk14 // Lack of memory
29 int foo (void *a
, void *b
, unsigned int c
)