t / t4018 / cpp-union-definitionon commit push: allow --follow-tags to be set by config push.followTags (a8bc269)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};