t / t4018 / cpp-union-definitionon commit sha1_file: teach sha1_object_info_extended more flags (dfdd4af)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};