t / t4018 / cpp-union-definitionon commit coccicheck: make transformation for strbuf_addf(sb, "...") more precise (353d84c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};