nx_concat_probe.nx
buildroot/runtime/nx_concat_probe.nx
about
nx_concat_probe.nx -- minimal @concat / @stringify repro, isolated from v7's ${$$counter} case.
ORDERING IS THE POINT: @concat(prefix, _double_x) must see `prefix` ALREADY replaced by `foo`, or it
pastes the PARAMETER NAME and emits `prefix_double_x` -- a function nobody called. The fixed-point
loop provides that for free: pass N substitutes, pass N+1 splices.
expect_exit: 0 license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 10 | func cp_w(s: *u8) -> i64 |
| 30 | func cp_label() -> *u8 { return @stringify(my_symbol) as *u8 } called by 1: main |
| 32 | func main() -> i64 |