t / t4018 / cpp-union-definitionon commit commit: use generations in paint_down_to_common() (3afc679)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};