unpack-trees: add a new update_sparsity() function
[git] / contrib / coccinelle / preincr.cocci
1 @ preincrement @
2 identifier i;
3 @@
4 - ++i > 1
5 + i++