t / t4018 / cpp-union-definitionon commit http-backend: fix die recursion with custom handler (7253a02)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};