t / t4018 / cpp-union-definitionon commit Fix typos in translatable strings for v2.21.0 (32ceace)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};