3 unsigned long p
, q
, r
, s
;
4 } x
= { 13, 14, 15, 16 };
6 extern void abort (void);
7 extern void exit (int);
9 static inline struct A
*
30 foo (unsigned long *x
, int y
)
34 if (x
[0] != 1 || x
[1] != 11)
36 if (x
[2] != 2 || x
[3] != 12)
38 if (x
[4] != 3 || x
[5] != 13)
40 if (x
[6] != 4 || x
[7] != 14)
42 if (x
[8] != 5 || x
[9] != 15)
44 if (x
[10] != 6 || x
[11] != 16)