t / t4018 / cpp-union-definitionon commit ref-filter: move get_head_description() from branch.c (d4919bb)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};