t / t4018 / cpp-union-definitionon commit t0008: 4 tests fail with ksh88 (e998041)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};