code wiki / _hdl_build / lmprobe_lm008.nx
lmprobe_lm008.nx
buildroot/runtime/_hdl_build/lmprobe_lm008.nx
about
lmprobe_lm008.nx -- LANDMINE PROBE for LM-008 "obj.field = imported_call(args) parser desync --
bind call to temp (until T3 fixed)". SAME parser area as the seq715 fnptr-field-call bug.
CONTRACT: exit 0 => ROOT-FIXED (a struct-field STORE whose RHS is a function call assigns the
call RESULT correctly, and does not desync the token stream for the statements that follow);
non-zero OR build-failure => STILL LIVE. Import-light.
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_estr.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| 10 | struct Box |
consts
| 15 | const BOX_BYTES: i64 = 24 |
functions
| 17 | func mk(x: i64) -> i64 { return x + 100 } called by 1: main |
| 18 | func add2(x: i64, y: i64) -> i64 { return x + y } called by 1: main |
| 20 | func main() -> i64 |