_ prefixed top-level symbols now file-local

This commit is contained in:
2026-07-11 23:37:30 +02:00
parent 6dd6b7ff54
commit 220b1c6e82
15 changed files with 282 additions and 90 deletions
@@ -0,0 +1,13 @@
_sibling func() i32 {
return 1
}
_Sibling :: struct {
value i32
}
_sibling_value :: 1
_collision c_func() i32 {
return 1
}