t / t4018 / cpp-union-definitionon commit style: the opening '{' of a function is in a separate line (3b33576)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};