t / t4018 / cpp-union-definitionon commit The first batch of topics after the 2.14 cycle (b3622a4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};