t / t4018 / cpp-union-definitionon commit archive: convert write_archive_entry_fn_t to object_id (015ff4f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};