file-local / package-local decls

This commit is contained in:
2026-08-09 17:01:05 +02:00
parent a7a32894f3
commit 8785912b73
15 changed files with 369 additions and 152 deletions
@@ -8,6 +8,16 @@ hide Sibling :: struct {
hide sibling_value :: 1
hide(file) file_sibling func() i32 {
return 1
}
hide(file) File_Sibling :: struct {
value i32
}
hide(file) file_sibling_value :: 1
collision c_func() i32 {
return 1
}