mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 03:25:01 +00:00
The goal is to get start code to be able to inspect the calling convention of `main` in order to determine whether to export a main for libc to call, or to allow the root source file to do it.