t / t4018 / cpp-union-definitionon commit checkout: don't require a work tree when checking out into a new one (3473ad0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};