t / t4018 / cpp-union-definitionon commit refname_is_safe(): don't allow the empty string (35db25c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};