code wiki / _hdl_build / nx_ship_probe.nx
nx_ship_probe.nx
buildroot/runtime/_hdl_build/nx_ship_probe.nx
about
nx_ship_probe.nx -- DISPOSABLE probe for the seq976 re-ship hypothesis.
Purpose: decide, by controlled experiment rather than inference, whether shipping the
SAME target twice in one session lands the second edit on the NAS. Zero blast radius:
nothing imports this, it is never registered, and it does nothing but exit 0.
The only load-bearing thing here is SHIP_PROBE_MARK, which the experiment mutates.
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 7 | const SHIP_PROBE_MARK: i64 = 2222 |
functions
| 8 | func main() -> i64 { sys_exit(0); return 0 } calls 1: sys_exit |