t / t4018 / cpp-union-definitionon commit Post 2.3 cycle (batch #9) (7a9409c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};