t / t4018 / cpp-union-definitionon commit builtin/reset: convert use of EMPTY_TREE_SHA1_BIN (d844852)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};