t / t4018 / cpp-union-definitionon commit sha1_file: support lazily fetching missing objects (8b4c010)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};