t / t4018 / cpp-union-definitionon commit Merge branch 'jk/push-options-via-transport-fix' into next (a037cbf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};