t / t4018 / cpp-union-definitionon commit config: add `git_die_config()` to the config-set API (5a80e97)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};