t / t4018 / cpp-union-definitionon commit combine-diff: treat --summary like --stat (04b19fc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};