t / t4018 / cpp-union-definitionon commit blame: prefer xsnprintf to strcpy for colors (022d2ac)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};