- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / tests / retest.cocci
CommitLineData
abad11c5
C
1@@
2expression e;
3statement S;
4@@
5
6- if (e) S
7+ if (f(e)) S