t / t4018 / cpp-union-definitionon commit submodule-config: lazy-load a repository's .gitmodules file (ff6f1f5)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};