mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 03:51:08 +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.