mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +00:00
when linking libc, the entry point is within libc. when producing C code, the entry point is decided when compiling the C code and does not need to be known up front. fixes a false positive "error: unknown target entry point" when using -ofmt=c.