t / t4018 / cpp-union-definitionon commit status: add color config slots for branch info in "--short --branch" (93fdf30)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};