t / t4018 / cpp-union-definitionon commit commit: add short-circuit to paint_down_to_common() (d7c1ec3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};