t / t4018 / cpp-union-definitionon commit remote: make refspec follow the same disambiguation rule as local refs (60650a4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};