t / t4018 / cpp-union-definitionon commit filter-branch: skip index read/write when possible (348d4f2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};