t / t4018 / cpp-union-definitionon commit t3400: stop referring to the scripted rebase (6180b20)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};