t / t4018 / cpp-union-definitionon commit t5545: enhance test coverage when no http server is installed (2e397e4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};