t / t4018 / cpp-union-definitionon commit use strbuf_add_unique_abbrev() for adding short hashes (1eb47f1)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};