1 /* Test whether bit field boundaries aren't advanced if bit field type
2 has alignment large enough. */
3 extern void abort (void);
4 extern void exit (int);
20 /* If short is not at least 16 bits wide, don't test anything. */
21 if ((unsigned short) 65521 != 65521)
24 if (sizeof (struct A
) != sizeof (struct B
))