2 20000706-5.c from the execute part of the gcc torture tests.
11 // TODO: Enable when sdcc supports.
13 struct baz
{ int a
, b
, c
; };
19 if (c
->a
!= 1 || c
->b
!= 2 || c
->c
!= 3 || b
!= 4)
23 void foo(struct baz a
, int b
)
31 testTortureExecute (void)