t / t4018 / cpp-union-definitionon commit clone: do not let --depth imply --shallow-submodules (18a74a0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};