t / t4018 / cpp-union-definitionon commit win32: replace pthread_cond_*() with much simpler code (c73b7ad)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};