t / t4018 / cpp-union-definitionon commit fast-import: add support to delete refs (4ee1b22)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};