mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 04:17:49 +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.