t / t4018 / cpp-union-definitionon commit get_packed_ref_cache(): take a `packed_ref_store *` parameter (8e821c3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};