t / t4018 / cpp-union-definitionon commit ls-tree: disable negative pathspec because it's not supported (5c6cb98)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};