Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / armatch.cocci
CommitLineData
5626f154
C
1@@
2type T;
3T[] x;
4expression y;
5@@
6
7(
8 sizeof(x)
9|
10* sizeof(y)
11)