t / t4018 / cpp-union-definitionon commit refs: check for D/F conflicts among refs created in a transaction (e911104)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};