t / t4018 / cpp-union-definitionon commit branch: quote branch/ref names to improve readability (9c93ff7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};