nx_arity_witness_over.nx
buildroot/runtime/nx_arity_witness_over.nx
about
witness: call a DEFINED 1-arg function with 3 args -- does it compile today?
dependencies 1 imports · 0 importers
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
structs
| none |
consts
| none |
functions
| 3 | func onearg(a: i64) -> i64 { return a } called by 1: main |
| 4 | func main(argc: i64, argv: *i64) -> i64 |