main X
1: struct { 2: int a; 3: unsigned short s; 4: int b; 5: } u; 6: 7: main () 8: { 9: u.s = 0xffff; 10: }