nx_autofix_mut_sgn_cw.nx
buildroot/runtime/nx_autofix_mut_sgn_cw.nx
about
nx_autofix_mut_sgn_cw.nx -- MUTATION-GENERATED FOREIGN BUG (class: swapped branch RETURNS -- the
binding family again from a different angle; PREDICTED MISS, boundary probe). Target: sgn.
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
| 5 | func cw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 6 | func cn(v: i64) -> i64 |
| 19 | func fncase1(fn: *u8, a: i64, want: i64, got: i64) -> i64 |
| 25 | func max2(a: i64, b: i64) -> i64 { if a > b { return a } return b } called by 1: main |
| 26 | func sgn(x: i64) -> i64 { if x > 0 { return 0 - 1 } if x < 0 { return 1 } return 0 } called by 1: main |
| 28 | func main() -> i64 |