t / t4018 / cpp-union-definitionon commit filter-branch: fix errors caused by refs that point at non-committish (f78ab35)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};