t / t4018 / cpp-union-definitionon commit RelNotes: am.threeWay does not exist (yet) (6f9504c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};