t / t4018 / cpp-union-definitionon commit fetch: ensure submodule objects fetched (be76c21)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};