t / t4018 / cpp-union-definitionon commit t/README: document test_cmp_rev (5a05262)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};