t / t4018 / cpp-union-definitionon commit convert_to_git(): safe_crlf/checksafe becomes int conv_flags (8462ff4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};