t / t4018 / cpp-union-definitionon commit Sixth batch for post 2.8 cycle (a0c4ddf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};