t / t4018 / cpp-union-definitionon commit mailinfo: recycle strbuf in check_header() (ecf30b2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};