t / t4018 / cpp-union-definitionon commit parse_opt_string_list: stop allocating new strings (7a7a517)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};