t / t4018 / cpp-union-definitionon commit t9001: style modernisation phase #5 (0720a51)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};