t / t4018 / cpp-union-definitionon commit http-push: prevent format overflow warning with gcc >= 9 (9dde06d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};