2 pr79286.c from the execute part of the gcc torture tests.
14 #if 0 // Enable when SDCC supports this style of init
15 static int d
[][8] = {};
18 testTortureExecute (void)
22 for (int b
= 0; b
< 4; b
++)
24 printf ("%d\n", b
, e
);
26 e
= d
[300000000000000000][0];
33 #if !defined(PORT_HOST)