xref: /csrg-svn/old/dbx/tests/cc/ushort.c (revision 44103)
1 struct {
2     int a;
3     unsigned short s;
4     int b;
5 } u;
6 
main()7 main ()
8 {
9     u.s = 0xffff;
10 }
11