2 20000706-2.c from the execute part of the gcc torture tests.
16 void bar(struct baz
*x
, int f
, int g
, int h
, int i
, int j
)
18 if (x
->a
!= 1 || x
->b
!= 2 || x
->c
!= 3 || x
->d
!= 4 || x
->e
!= 5 ||
19 f
!= 6 || g
!= 7 || h
!= 8 || i
!= 9 || j
!= 10)
23 void foo(char *z
, struct baz x
, char *y
)
30 testTortureExecute (void)
40 foo((char *)0,x
,(char *)0);