xref: /original-bsd/old/pcc/ccom.tahoe/tests/t4.c (revision 5133e8a4)
1 struct a {
2 	short	foo;
3 	short	timer[4];
4 };
5 f()
6 {
7 	register struct a *p;
8 
9 	p->timer[2] = (int)p->foo;
10 }
11