This doesn't modify plain UBSan behavior, but if UBSan is combined
with ASan, it prints the following line:
SUMMARY: AddressSanitizer: runtime-error: some/file.cc:8
after its usual diagnostics. It is consistent with another error reports
produced by ASan and plays well with __sanitizer_report_error_summary callback
overridable by user.