no :: in func decls

This commit is contained in:
2026-06-30 19:31:26 +02:00
parent ae5af37b85
commit 07c560b750
107 changed files with 580 additions and 520 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
native :: import "../header/include/native.h"
child :: import "../header/include/child.h"
main :: func() void {
main func() void {
_ = native.child_value(1)
_ = child.child_value(2)
native.child_shared_global = 7