t / t4018 / cpp-union-definitionon commit setup_git_env(): introduce git_path_from_env() helper (cb6c38d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};