t / t4018 / cpp-union-definitionon commit refs_verify_refname_available(): use function in more places (524a9fd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};