Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / array.cocci
CommitLineData
34e49164
C
1@@
2type T;
3T[] id;
4@@
5
6- sizeof(id) / sizeof(T)
7+ ARRAY_SIZE(id)