t / t4018 / cpp-union-definitionon commit ls-files: fix bug when recursing with relative pathspec (b2dfeb7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};