t / t4018 / cpp-union-definitionon commit imap-send: avoid deprecated TLSv1_method() (b51c0d4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};