t / t4018 / cpp-union-definitionon commit pull --rebase: exit early when the working directory is dirty (8944969)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};