t / t4018 / cpp-union-definitionon commit submodule: support reading .gitmodules when it's not in the working tree (76e9bdc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};