4.4BSD/usr/src/old/pcc/ccom.tahoe/tests/t4.c
Compare this file to the similar file:
39: 4.3BSD-Reno/src/libexec/pcc/ccom.tahoe/tests/t4.c
Show the results in this format:
struct a { short foo; short timer[4]; }; f() { register struct a *p; p->timer[2] = (int)p->foo; }