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