t / t4018 / cpp-union-definitionon commit shallow: add repository argument to is_repository_shallow (c881348)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};