t / t4018 / cpp-union-definitionon commit for_each_bisect_ref(): don't trim refnames (03df567)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};