t / t4018 / cpp-union-definitionon commit RelNotes: minor typo fixes in 2.22.0 draft (ee70b40)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};