nx_fn_ptr_assign_test.nx
buildroot/runtime/nx_fn_ptr_assign_test.nx
about
nx_fn_ptr_assign_test.nx -- exercise fn-address typed signature
+ assignment-compat check.
dependencies 1 imports · 0 importers
imports: nx_kernel_v2.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
| 6 | func add2(a: nx_int, b: nx_int) -> nx_int { return a + b } |
| 7 | func add3(a: nx_int, b: nx_int, c: nx_int) -> nx_int { return a + b + c } |
| 8 | func add0() -> nx_int { return 7 } |
| 11 | func t1_assign_match_2() -> nx_int called by 1: main |
| 19 | func t2_assign_match_3() -> nx_int called by 1: main |
| 27 | func t3_assign_match_0() -> nx_int called by 1: main |
| 34 | func main() -> nx_exit |