6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
foreign_add :: c_func(a, b i32) i32
|
|
|
|
main :: func() i32 {
|
|
return foreign_add(20, 22)
|
|
}
|