t / t4018 / cpp-union-definitionon commit commit_tree: take a pointer/len pair rather than a const strbuf (3ffefb5)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};