t / t4018 / cpp-union-definitionon commit l10n: vi.po(3245t): Updated Vietnamese translation for v2.15.0 round 2 (c744f54)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};