Phase 8.2 foundation: @[Checked] attr, &T refs, own keyword — gradual ownership syntax

This commit is contained in:
2026-05-31 13:39:20 +03:00
parent f71c034d9e
commit 3949a2f91e
11 changed files with 67 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
import Std::Io::PrintLine;
func Main() -> int { PrintLine("foundation ok"); return 0; }