t / t4018 / cpp-union-definitionon commit split_symref_update(): add a files_ref_store argument (fcc42ea)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};