t / t4018 / cpp-union-definitionon commit lib-submodule-update.sh: replace sha1 by hash (03c7e2a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};