2 930526-1.c from the execute part of the gcc torture suite.
12 #ifndef __SDCC_pdk14 // Lack of memory
20 memset (m
, 0x00, sizeof (m
));
22 for (i
= 0; i
< 3; i
++)
29 ASSERT (m
[2] == 0x5555);
30 ASSERT (m
[4] == 0x3333);
31 ASSERT (m
[9] == -23456);
36 testTortureExecute (void)
38 #ifndef __SDCC_pdk14 // Lack of memory
44 extern inline void f (int x
);