t / t4018 / cpp-union-definitionon commit archive: don't add empty directories to archives (4318094)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};