t / t4018 / cpp-union-definitionon commit tree-diff: convert diff_root_tree_sha1 to struct object_id (7b8dea0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};