Test for read permission.
pub const R_OK = switch (native_os)
pub const R_OK = switch (native_os) { .linux => linux.R_OK, .emscripten => emscripten.R_OK, else => 4, }