code wiki / _attic / _offc_micro_narr.nx

_offc_micro_narr.nx

buildroot/runtime/_attic/_offc_micro_narr.nx

842 B21 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind archivedtopic offc
docsdependenciesstructsconstsfunctions

about

Micro-test for the off-C runtime crash diagnosis. Imports nx_narr, calls narr_func_enter directly with no Tier-3 weaving on top. Goal: isolate whether the crash in nxc_self.elf is in narr_func_enter itself, OR in some other code path. Compile with anchor A: exits 42 ✓ (gcc-built compiler) Compile with anchor B: if exits 42 → narr_func_enter is fine, crash is elsewhere if crashes → narr_func_enter codegen is broken in nxc.elf

dependencies 2 imports · 0 importers

syscalls.nx nx_narr.nx _offc_micro_narr.nx

imports: syscalls.nxnx_narr.nx (unresolved)

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

16func main() -> i64 {