t / t4018 / cpp-union-definitionon commit cocci: detect useless free(3) calls (ec6cd14)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};