contrib / coccinelle / free.coccion commit sequencer (rebase -i): implement the 'edit' command (56dc3ab)
   1@@
   2expression E;
   3@@
   4- if (E)
   5  free(E);