t / t4018 / cpp-union-definitionon commit git-p4: add failing test for name-rev rather than symbolic-ref (3d553cc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};