nx_macro_v4_test.nx
buildroot/runtime/nx_macro_v4_test.nx
about
nx_macro_v4_test.nx -- exercise auto-injected target defines + @undef.
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
| 9 | func active_target_value() -> nx_int { return 64 } called by 1: main |
| 13 | func active_target_value() -> nx_int { return 0 } |
| 17 | func compiler_present() -> nx_int { return 1 } called by 1: main |
| 25 | func experiment_v1() -> nx_int { return 100 } called by 1: main |
| 33 | func experiment_v2() -> nx_int { return 200 } called by 1: main |
| 38 | func IF_THIS_COMPILED_UNDEF_FAILED() -> nx_int { return BROKEN_IDENT_PROOF } |
| 41 | func main() -> nx_exit |