zig
zig copied to clipboard
Windows: Fix Iterator name buffer size not handling all possible file name components
Before this PR, the added test would have failed on Windows with the error found in https://github.com/ziglang/zig/issues/8268.
Fixes #8268.