nx_triage_ground_gate.nx
buildroot/runtime/nx_triage_ground_gate.nx
about
nx_triage_ground_gate.nx -- liar-killed GATE for the triage evidence-grounding organ. Proves the
disk-fact cross-check via the EXISTING nx_capability_census engine on the REAL tree: a claimed
organ backed by a gate on disk -> GROUNDED; a claimed organ the disk CANNOT show -> DISCREPANCY
(the load-bearing neg-control: the check must catch a fabricated/wrong-name label, never rubber-
stamp it); has_organ=0 but present -> UNDERCLAIM; non-runtime name -> UNPROBEABLE. Exercises the
composed cc_our_grade end-to-end. Exit 0 only on 7/7.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_triage_ground.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
| 11 | func g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 12 | func g_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 13 | func g_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 14 | func g_bool(name: *u8, got: i64, want: i64, passp: *i64) -> i64 |
| 20 | func main(argc: i64, argv: *i64) -> i64 |