t / t4018 / cpp-union-definitionon commit RelNotes/2.21: misc typo/English fixups (e9bd4aa)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};