t / t4018 / cpp-union-definitionon commit tag: fix --sort tests to use cat<<-\EOF format (dc662d4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};