_offc_out_i64.nx
buildroot/runtime/_offc_out_i64.nx
about
Reduced repro of T#selfhost-001. Same shape as outbuf.nx::out_i64:
pointer-typed local, if-then early-return, two while loops doing
REM/DIV. Compiles with stage 1; nxc.elf hangs/SIGSEGVs.
dependencies 1 imports · 0 importers
imports: 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
| 6 | func out_i64(n: i64) -> i64 {
called by 1: main |
| 29 | func main() -> i64 {
calls 1: out_i64 |