nx_probe_dbgtiny.nx
buildroot/runtime/nx_probe_dbgtiny.nx
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
structs
| none |
consts
| none |
functions
| 5 | func dbgtiny_a() -> i64 called by 1: main |
| 9 | func main() -> i64 calls 1: dbgtiny_a |