iOS lock step keyboard + metal

This commit is contained in:
agra
2026-05-18 17:40:10 +03:00
parent b43472e6ab
commit f9ecf9d00e
68 changed files with 4794 additions and 203 deletions

View File

@@ -0,0 +1,10 @@
// User file uses xx but only imports the shared types — NOT the impl.
// The Phase 4 visibility filter should reject the impl from issue-0033-impl.sx.
#import "modules/std.sx";
#import "./issue-0033-types.sx";
run_user :: () -> s32 {
w : Wrap = xx 7;
print("user: w.v = {}\n", w.v);
0;
}