t / t4018 / cpp-union-definitionon commit pathspec: avoid the need of "--" when wildcard is used (28fcc0b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};