code wiki / (root) / smoke_call.nx

smoke_call.nx

buildroot/runtime/smoke_call.nx

264 B12 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind smoketopic smoke
docsdependenciesstructsconstsfunctions

about

smoke_call.nx -- verify a function call returns its value through the chain.

dependencies 1 imports · 0 importers

syscalls.nx smoke_call.nx

imports: syscalls.nx

imported by: nobody (leaf or entry point)

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

main add

structs

none

consts

none

functions

5func add(a: i64, b: i64) -> i64 {
called by 1: main
9func main() -> i64 {
calls 1: add