nx_symj_af.nx
buildroot/runtime/nx_symj_af.nx
about
GENERATED by nx_symjudge -- sweep harness, do not edit
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 dbl(x: i64) -> i64 { return x * 2 } called by 1: main |
| 4 | func sjh_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 5 | func sjh_nl() -> i64 { let b: *u8 = sys_mmap(8); b[0] = 10 as u8; sys_write(1, b, 1); return 0 } |
| 6 | func sjh_n(v: i64) -> i64 |
| 19 | func main() -> i64 |