test(asm): lock indirect-memory =*m rejection (Phase G prep)

Adds examples/1652-platform-asm-indirect-mem.sx exercising a `=*m -> @x`
indirect-memory place output. Currently rejected loudly at lowering
("not yet implemented"); this locks that behavior as a passing test.
The next commit implements indirect-memory outputs and flips this
example to run end-to-end (store-through-pointer → 42).
This commit is contained in:
agra
2026-06-16 07:05:05 +03:00
parent 59469f2b2f
commit 2a43713d7f
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@