2 pr43236.c from the execute part of the gcc torture tests.
14 testTortureExecute (void)
16 #if !defined(__SDCC_pdk14) && !defined(__SDCC_pic14) // Lack of memory
17 char A
[30], B
[30], C
[30];
24 for (i
= 20; i
-- > 10;) {
31 memset(C
+ 10, 0, 10);
34 /* for (i = 0; i < 30; i++)
35 printf("%d %d %d\n", A[i], B[i], C[i]); */
38 if (memcmp(A
, C
, 30) || memcmp(B
, C
, 30)) ASSERT(0);