t / t4018 / cpp-union-definitionon commit transport-helper: ask the helper to set the same options for import as for fetch (aab1beb)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};