t / t4018 / cpp-union-definitionon commit ident: fix undefined variable when NO_IPV6 is set (58d29ec)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};