t / t4018 / cpp-union-definitionon commit name-rev: replace static buffer with strbuf (903fc7d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};