t / t4018 / cpp-union-definitionon commit read_raw_ref(): take a (struct ref_store *) argument (34c7ad8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};