t / t4018 / cpp-union-definitionon commit Update release notes to 2.7 (4b9ab0e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};