t / t4018 / cpp-union-definitionon commit cache-tree: convert remnants to struct object_id (6dcb462)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};