function calls

This commit is contained in:
uan
2026-02-04 21:39:14 +01:00
parent ce51292f7c
commit ab5559d206
5 changed files with 35 additions and 10 deletions

2
main.v
View File

@@ -31,6 +31,6 @@ fn main() {
out_c := generator.gen_c(statements)
compile_with_clang(out_c, 'test', true)
compile_with_clang(out_c, 'exec', true)
}