t / t4018 / cpp-union-definitionon commit convert: release strbuf on error return in filter_buffer_or_fd() (f31f1d3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};