t / t4018 / cpp-union-definitionon commit read_loose_refs(): read refs using resolve_ref_recursively() (3c0cb0c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};