code wiki / _hdl_build / nx_ship_probe.nx

nx_ship_probe.nx source

↩ module page · 8 lines · 523 B

1// nx_ship_probe.nx -- DISPOSABLE probe for the seq976 re-ship hypothesis. 2// Purpose: decide, by controlled experiment rather than inference, whether shipping the 3// SAME target twice in one session lands the second edit on the NAS. Zero blast radius: 4// nothing imports this, it is never registered, and it does nothing but exit 0. 5// The only load-bearing thing here is SHIP_PROBE_MARK, which the experiment mutates. 6import "nx_syscalls.nx" 7const SHIP_PROBE_MARK: i64 = 2222 8func main() -> i64 { sys_exit(0); return 0 }