1 extern void abort(void);
8 void bar(struct baz
*x
, int f
, int g
, int h
, int i
, int j
)
10 if (x
->a
!= 1 || x
->b
!= 2 || x
->c
!= 3 || x
->d
!= 4 || x
->e
!= 5 ||
11 f
!= 6 || g
!= 7 || h
!= 8 || i
!= 9 || j
!= 10)
15 void foo(struct baz x
, char **y
)