2 20030626-2.c from the execute part of the gcc torture tests.
13 #if !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15) // Lack of memory
18 testTortureExecute (void)
20 #if !defined(__SDCC_pdk14) && !defined(__SDCC_pdk15) // Lack of memory
22 int l
= sprintf (buf
, "%s", i
++ ? "string" : "other string");
23 if (l
!= sizeof ("other string") - 1 || i
!= 1)