t / t4018 / cpp-union-definitionon commit shortlog: release strbuf after use in insert_one_record() (557d318)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};