tvl-depot/third_party/git/contrib/coccinelle/preincr.cocci
2020-01-11 23:40:29 +00:00

5 lines
50 B
Text

@ preincrement @
identifier i;
@@
- ++i > 1
+ i++