t / t4018 / cpp-union-definitionon commit t1700: make sure split-index respects core.sharedrepository (3ee83f4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};