resolve llvm types for function parameters
This commit is contained in:
parent
e25621350a
commit
1ac63cdbef
2 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
// import std;
|
||||
|
||||
fn add() i32 {
|
||||
fn add(a: i32, b: i32) i32 {
|
||||
return 69 + 69;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue