contrib / coccinelle / preincr.coccion commit travis-ci: build with the right compiler (2c8921d)
   1@ preincrement @
   2identifier i;
   3@@
   4- ++i > 1
   5+ i++