code wiki / (root) / nx_array_kat.nx

nx_array_kat.nx

buildroot/runtime/nx_array_kat.nx

1343 B42 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic array
docsdependenciesstructsconstsfunctions

about

KAT for the new [N]T stack-array feature. Expect stdout: Hi! ABCDE SUM100_OK idx3=40 OK

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_array_kat.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 emit sys_write sys_write ↻ sys_exit

structs

none

consts

none

functions

9func emit(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 }
called by 1: main calls 1: sys_write
11func main() -> i64