t / t4018 / cpp-union-definitionon commit color.h: document and modernize header (75e5e9c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};