t / t4018 / cpp-union-definitionon commit object.c: allow parse_object to handle arbitrary repositories (8e4b0b6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};