t / t4018 / cpp-union-definitionon commit git-p4: correct hasBranchPrefix verbose output (09667d0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};