t / t4018 / cpp-union-definitionon commit cvs tests: skip tests that call "cvs commit" when running as root (a78d925)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};