t / t4018 / cpp-union-definitionon commit normalize_path_copy(): fix pushing to //server/share/dir on Windows (7814fbe)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};