nx_substitute_result_t216.nx
buildroot/runtime/nx_substitute_result_t216.nx
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
structs
| none |
consts
| none |
functions
| 2 | func sub_a()->i64{return sub_b()+17} |
| 3 | func sub_b()->i64{return 29} |
| 6 | func main()->i64{if sub_a()==46&&sub_b()==29{return 0};return 1} |