t / t4018 / cpp-union-definitionon commit rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON (e12a7ef)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};