t / t4018 / cpp-union-definitionon commit t/lib-git-svn.sh: improve svnserve tests with parallel make test (bf9d7df)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};