1 typedef struct {
2  long l[5];
3 } t;
4 
f(size)5 f(size)
6 {
7  t event;
8  g(&(event.l[2 + size]), (3 - size) * 4);
9 }
10