code wiki / (root) / nx_substitute_result_t216.nx

nx_substitute_result_t216.nx

buildroot/runtime/nx_substitute_result_t216.nx

134 B6 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tooltopic substitute
docsdependenciesstructsconstsfunctions

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sub_a sub_b sub_b ↻

structs

none

consts

none

functions

2func sub_a()->i64{return sub_b()+17}
called by 1: main calls 1: sub_b
3func sub_b()->i64{return 29}
called by 2: sub_amain
6func main()->i64{if sub_a()==46&&sub_b()==29{return 0};return 1}
calls 2: sub_asub_b