4.4BSD/usr/src/old/dbx/tests/cc/ushort.c
Compare this file to the similar file:
26: 4.3BSD-Reno/src/pgrm/dbx/tests/cc/ushort.c
26: 4.3BSD-Tahoe/usr/src/ucb/dbx/tests/cc/ushort.c
26: 4.3BSD-Tahoe/usr/src/lib/old_compiler/dbx/tests/cc/ushort.c
26: 4.3BSD/usr/src/ucb/dbx/tests/cc/ushort.c
Show the results in this format:
struct { int a; unsigned short s; int b; } u; main () { u.s = 0xffff; }