t / t4018 / cpp-union-definitionon commit blame: rework methods that determine 'final' commit (835c49f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};