code wiki / (root) / nx_diamond_leaf.nx

nx_diamond_leaf.nx source

↩ module page · 6 lines · 353 B

1// nx_diamond_leaf.nx -- ISOLATED IMPORT-DEDUP PROBE, leaf of the diamond (2026-07-31). 2// Part of a 3-file experiment testing whether nx_cc double-includes a module reachable by TWO paths. 3// Deliberately isolated: the question is about the COMPILER, so it must not be asked on shared code. 4import "nx_syscalls.nx" 5 6func dl_value() -> i64 { return 7 }