c interop type foundation

This commit is contained in:
2026-06-12 18:10:52 +02:00
parent d2f0d16795
commit 4e860b033e
27 changed files with 3523 additions and 380 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
x int :: 2
sum_c :: c func(a, b int) int {
sum_c :: c_func(a, b int) int {
return a + b
}