1 /* Test for _Bool bit-fields. They have the semantics of _Bool, at
2 least for now (DR#335 Spring 2007 discussion). */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
5 /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
11 extern void abort (void);
12 extern void exit (int);
18 for (i
= 0; i
< sizeof (struct foo
); i
++)
19 *((unsigned char *)&sf
+ i
) = (unsigned char) -1;