Test for execute or search permission.
pub const X_OK = switch (native_os)
pub const X_OK = switch (native_os) { .linux => linux.X_OK, .emscripten => emscripten.X_OK, else => 1, }