Merge branch 'rs/pack-bits-in-object-better'
[git] / contrib / coccinelle / preincr.cocci
1 @ preincrement @
2 identifier i;
3 @@
4 - ++i > 1
5 + i++