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