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