t / t4018 / cpp-union-definitionon commit restore: replace --force with --ignore-unmerged (a5e5f39)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};