t / t4018 / cpp-union-definitionon commit remote-curl: use post_rpc() for protocol v2 also (a97d007)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};