contrib / coccinelle / free.coccion commit branch: use ref-filter printing APIs (949af06)
   1@@
   2expression E;
   3@@
   4- if (E)
   5  free(E);