2 pr82388.c from the execute part of the gcc torture tests.
7 /* PR tree-optimization/82388 */
9 #if 0 // TODO: Enable when SDCC can initialize with extra braces
10 struct A
{ int b
; int c
; int d
; } e
;
15 struct A h
[30] = {{0,0,0}};
20 testTortureExecute (void)