t / t4018 / cpp-union-definitionon commit test-path-utils: fix normalize_path_copy output buffer size (62f1751)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};