t / t4018 / cpp-union-definitionon commit t/perf: fix regression in testing older versions of git (1a0962d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};