Merge commit '9b5f7886cadc5c3dc826d00fa5b2e71696151dfd'

This commit is contained in:
2025-06-23 20:49:01 -05:00
60 changed files with 370 additions and 345 deletions

View File

@ -25,7 +25,7 @@ static std::map<ox::StringView, ox::Error(*)()> tests = {
},
};
int main(int argc, const char **argv) {
int main(int argc, char const **argv) {
int retval = -1;
if (argc > 0) {
auto const args = ox::Span{argv, static_cast<size_t>(argc)};