fn testIsAbsolutePosix(path: []const u8, expected_result: bool) !void
fn testIsAbsolutePosix(path: []const u8, expected_result: bool) !void { try testing.expectEqual(expected_result, isAbsolutePosix(path)); }