4.4BSD/usr/src/old/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;
}