t / t4018 / cpp-union-definitionon commit xdl_change_compact(): only use heuristic if group can't be matched (cb0eded)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};