t / t4018 / cpp-union-definitionon commit t5334: document that git push --signed=1 does not work (c4b71a7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};