nx_macro_v2_test.nx
buildroot/runtime/nx_macro_v2_test.nx
about
nx_macro_v2_test.nx -- exercise multi-line {} bodies + $$ident gensym.
dependencies 1 imports · 0 importers
imports: nx_kernel_v2.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
| 26 | func double_three() -> nx_int { SAFE_DOUBLE(3) } called by 1: test_gensym_isolation |
| 27 | func double_seven() -> nx_int { SAFE_DOUBLE(7) } called by 1: test_gensym_isolation |
| 45 | func test_multiline_basic() -> nx_int called by 1: main |
| 53 | func test_gensym_isolation() -> nx_int |
| 61 | func test_gensym_within_one_body() -> nx_int |
| 76 | func test_multiple_axiom_macros() -> nx_int |
| 84 | func main() -> nx_exit |