Merge branch 'ds/commit-graph-expiry-fix'
[git] / contrib / coccinelle / preincr.cocci
1 @ preincrement @
2 identifier i;
3 @@
4 - ++i > 1
5 + i++