4.4BSD/usr/src/old/pcc/ccom.tahoe/tests/t4.c

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

struct a {
	short	foo;
	short	timer[4];
};
f()
{
	register struct a *p;

	p->timer[2] = (int)p->foo;
}