code wiki / (root) / nx_probe_closure_named.nx

nx_probe_closure_named.nx

buildroot/runtime/nx_probe_closure_named.nx

661 B16 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind probetopic probe
docsdependenciesstructsconstsfunctions

about

nx_probe_closure_named.nx -- LN13b DISCRIMINATION CONTROL: the pre-existing bare-function-name and &name paths must still compile after the literal lands. Without this, a compiler that refused EVERY func-typed construct would score full marks on the capture refusal above. It is the positive half of the deny-guard pair the estate requires. license_tier: ORIGINAL. No hw writes (Rule 26).

dependencies 0 imports · 0 importers

imports: none

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

8func pcn_double(x: i64) -> i64 { return x + x }
10func main(argc: i64, argv: **u8) -> i64