t / t4018 / cpp-union-definitionon commit write_file_v(): do not leave incomplete line at the end (e7ffa38)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};