t / t4018 / cpp-union-definitionon commit connect: correct style of C-style comment (233cd28)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};