t / t4018 / cpp-union-definitionon commit checkout tests: index should be clean after dwim checkout (c8cbf20)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};