t / t4018 / cpp-union-definitionon commit lock_ref_for_update(): don't re-read non-symbolic references (8169d0d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};