t / t4018 / cpp-union-definitionon commit show_head_ref(): check the result of resolve_ref_namespace() (7fd12bf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};