t / t4018 / cpp-union-definitionon commit rerere: unify error messages when read_cache fails (e69db0b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};