contrib / coccinelle / preincr.coccion commit Merge branch 'tb/char-may-be-unsigned' into maint (85eb0f1)
   1@ preincrement @
   2identifier i;
   3@@
   4- ++i > 1
   5+ i++