2 20020206-1.c from the execute part of the gcc torture suite.
11 #if 0 // TODO: Enable when sdcc supports compound literals
18 return (struct A
) { 176, 52, 31 };
21 void baz (struct A
*a
)
23 if (a
->a
!= 176 || a
->b
!= 52 || a
->c
!= 31)
28 testTortureExecute (void)
33 d
= ({ ({ bar (); }); });