t / t4018 / cpp-union-definitionon commit push: remove "push.default is unset" warning message (2f27520)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};