t / t4018 / cpp-union-definitionon commit sha1_file: refactor has_sha1_file_with_flags (e83e71c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};