t / t4018 / cpp-union-definitionon commit Adjust for 2.19.x series (18ad13e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};