t / t4018 / cpp-union-definitionon commit read-cache.c: move tempfile creation/cleanup out of write_shared_index (59f9d2d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};