t / t4018 / cpp-union-definitionon commit cvsserver: move safe_pipe_capture() to the main package (fce13af)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};