t / t4018 / cpp-union-definitionon commit status: update short status to respect --no-ahead-behind (3ca1897)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};