t / t4018 / cpp-union-definitionon commit git-compat-util: st_add4: work around gcc 4.2.x compiler crash (d616fbf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};