t / t4018 / cpp-union-definitionon commit pathspec: die on empty strings as pathspec (9e4e8a6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};