code wiki / _hdl_build / _sbrtest.nx

_sbrtest.nx

buildroot/runtime/_hdl_build/_sbrtest.nx

376 B5 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

_sbrtest.nx -- throwaway fixture for verifying the nx_sov_build_run LM-026 root fix (install-if-present). Trivial sovereign program; the test harness checks whether _offc/_sbrtest.elf is auto-refreshed only when it already exists. Safe to delete. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx _sbrtest.nx

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

main sys_write

structs

none

consts

none

functions

5func main() -> i64 { sys_write(1, "SBRTEST-OK\n" as *u8, 11); return 0 }
calls 1: sys_write