// Use the ARRAYELTS macro where possible.
@@
type T;
T[] E;
- (sizeof (E) / sizeof (E[...]))
+ ARRAYELTS (E)
- (sizeof (E) / sizeof (T))
- (sizeof (E) / sizeof (*E))