build: link with curl-defined linker flags
[git] / contrib / coccinelle / preincr.cocci
1 @ preincrement @
2 identifier i;
3 @@
4 - ++i > 1
5 + i++