t / t4018 / cpp-union-definitionon commit refs.c: move for_each_remote_ref_submodule() to submodule.c (2e2d404)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};