t / t4018 / cpp-union-definitionon commit Git 2.5.0-rc3 (f99a38c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};