t / t4018 / cpp-union-definitionon commit refs.c: add a function to append a reflog entry to a fd (2c6207a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};