t / t4018 / cpp-union-definitionon commit refs: convert dwim_ref and expand_ref to struct object_id (cca5fa6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};