t / t4018 / cpp-union-definitionon commit refs.h: clarify docstring for the ref_transaction_update()-related fns (fd2ce9c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};