t / t4018 / cpp-union-definitionon commit git_config_set: make use of the config parser's event stream (6ae996f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};