t / t4018 / cpp-union-definitionon commit remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) (cb8010b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};