t / t4018 / cpp-union-definitionon commit commit_ref(): if there is an empty dir in the way, delete it (5387c0d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};