t / t4018 / cpp-union-definitionon commit l10n: Update Catalan translation (8524bf7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};