_offc_callmin.nx
buildroot/runtime/_offc_callmin.nx
about
Even smaller repro: pure user-defined function call.
Expected: exit 7 (3+4).
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
| 3 | func add(a: i64, b: i64) -> i64 called by 1: main |
| 7 | func main() -> i64 calls 1: add |