t / t4018 / cpp-union-definitionon commit pathspec doc: parse_pathspec does not maintain references to args (29c0e90)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};