code wiki / (root) / nx_probe_dbgtiny.nx

nx_probe_dbgtiny.nx

buildroot/runtime/nx_probe_dbgtiny.nx

418 B10 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind probetopic probe
docsdependenciesstructsconstsfunctions

about

nx_probe_dbgtiny.nx -- smallest possible -g witness: no imports, two functions. Kept import-free ON PURPOSE so the emitted .s is a few KB rather than 80 KB, which matters because the compiler traces every function name to stderr and nx_job_run merges the streams -- a big probe buries the assembly under its own trace.

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main dbgtiny_a

structs

none

consts

none

functions

5func dbgtiny_a() -> i64
called by 1: main
9func main() -> i64
calls 1: dbgtiny_a