t / t4018 / cpp-union-definitionon commit read-cache: use shared perms when writing shared index (df801f3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};