_a2a_selfhost_let.nx
buildroot/runtime/_a2a_selfhost_let.nx
about
Self-host: `func main() -> i64 { let x = 7 ; return x + 1 }`
Expected IR: CONST(7), STORE_LOCAL(slot0,v0), LOAD_LOCAL(slot0), CONST(1), ADD, RETURN
dependencies 5 imports · 0 importers
imports: syscalls.nxnx_nlex.nxnx_nparse.nxnx_nir.nxnx_nx86.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
| 10 | func main() -> i64 |