code wiki / (root) / nx_arity_witness_under.nx

nx_arity_witness_under.nx

buildroot/runtime/nx_arity_witness_under.nx

260 B8 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

witness: call a DEFINED 2-arg function with 0 args -- compile? what does it read?

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_arity_witness_under.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main twoarg sys_exit

structs

none

consts

none

functions

3func twoarg(a: i64, b: i64) -> i64 { return a + b }
called by 1: main
4func main(argc: i64, argv: *i64) -> i64
calls 2: twoargsys_exit