t / t4018 / cpp-union-definitionon commit sha1_file.c: use type off_t* for object_info->disk_sizep (166df26)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};