t / t4018 / cpp-union-definitionon commit refs.c: make ref_transaction_delete a wrapper for ref_transaction_update (a785d3f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};