src-self-hosted/stage1.zig | 6 +- src/analyze.cpp | 11 ++ src/codegen.cpp | 301 ++++++++++++++++++-------------- src/libc_installation.cpp | 2 +- src/os.cpp | 8 +- test/gen_h.zig | 32 ++-- test/standalone/static_c_lib/foo.c | 2 + test/standalone/static_c_lib/foo.h | 1 + test/standalone/static_c_lib/foo.zig | 4 + 9 files changed, 217 insertions(+), 150 deletions(-)