code wiki / _hdl_build / _orch_probe.nx
_orch_probe.nx
buildroot/runtime/_hdl_build/_orch_probe.nx
about
_orch_probe.nx -- a trivial target the sovereign orchestrator compiles + runs (proof it works).
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
| none |
functions
| 3 | func main() -> i64 { sys_write(1, "PROBE-RAN-SOVEREIGNLY\n" as *u8, 22); return 0 } calls 1: sys_write |