t / t4018 / cpp-union-definitionon commit transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities (2879bc3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};