t / t4018 / cpp-union-definitionon commit refs: pass NULL to resolve_refdup() if hash is not needed (efbd4fd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};