nx_array_kat.nx
buildroot/runtime/nx_array_kat.nx
about
KAT for the new [N]T stack-array feature. Expect stdout:
Hi!
ABCDE
SUM100_OK
idx3=40 OK
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
| 9 | func emit(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } |
| 11 | func main() -> i64 |