Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / sizeof.cocci
CommitLineData
34e49164
C
1@@
2expression X;
3//type X;
4@@
5
6//- sizeof(...)
7- sizeof(X)
8+ sizeof(int)
9