t / t4018 / cpp-union-definitionon commit setup: convert setup_git_directory_gently_1 et al. to strbuf (7333ed1)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};