src/stage1/all_types.hpp | 5 +- src/stage1/analyze.cpp | 124 ++++++++++++++++++++++++- src/stage1/analyze.hpp | 3 + src/stage1/codegen.cpp | 160 +++++++++++++++++++++++--------- test/stage1/c_abi/cfuncs.c | 89 ++++++++++++++++++ test/stage1/c_abi/main.zig | 87 +++++++++++++++++ 6 files changed, 419 insertions(+), 49 deletions(-)