Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
RemoveSemicolon
true
std::size
sizeof(a) / sizeof(a[0])
run_in_subprocess