* gcc.c-torture/compile/20020910-1.c: New test.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20020910-1.c
blob31398ea3d4520fb478c84a57e4f4e277f9bb2aa6
1 unsigned int x0 = 0;
3 typedef struct {
4 unsigned int field1 : 20;
5 unsigned int field2 : 12;
6 } XX;
8 static XX yy;
10 static void foo (void)
12 yy.field1 = (unsigned int ) (&x0);