t / t4018 / cpp-union-definitionon commit remote-helpers: point at their upstream repositories (896ba14)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};