t / t4018 / cpp-union-definitionon commit modernize t9300: single-quote placement and indentation (d67824f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};