mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
On Windows, `argv` is not populated by start code, and instead left as undefined. This is problematic, and can lead to incorrect programs compiling, but panicking when trying to access `argv`. This change causes these programs to produce a compile error on Windows instead, which is far preferable to a runtime panic.