t / t4018 / cpp-union-definitionon commit submodule: convert check_for_new_submodule_commits to object_id (2eb80bc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};