t / t4018 / cpp-union-definitionon commit refs: allow for_each_replace_ref to handle arbitrary repositories (0d296c5)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};