4.3BSD-Tahoe/usr/src/ucb/dbx/tests/cc/ushort.c

Compare this file to the similar file:
Show the results in this format:

struct {
    int a;
    unsigned short s;
    int b;
} u;

main ()
{
    u.s = 0xffff;
}