t / t4018 / cpp-union-definitionon commit t1700-split-index: document why FSMONITOR is disabled in this test script (18c765e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};