t / t4018 / cpp-union-definitionon commit notes: document cat_sort_uniq rewriteMode (e48ad1b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};