t / t4018 / cpp-union-definitionon commit write_index_as_tree: cleanup tempfile on error (c82c75b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};