nx_smoke_repro.nx
buildroot/runtime/nx_smoke_repro.nx
about
smoke_repro.nx -- minimal repro of codegen bug.
Mirrors lex.nx's lex_ident_or_kw shape: alloc one struct,
init fields, alloc another struct, init fields, while loop
that reads struct fields. Should exit 7.
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
| 15 | struct S |
consts
| none |
functions
| 21 | func work(L: *S) -> i64 |
| 39 | func main() -> i64 |