nx_symj_fixb.nx
buildroot/runtime/nx_symj_fixb.nx
dependencies 0 imports · 0 importers
imports: none
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 1 | func dbl(x: i64) -> i64 { if x == 2 { return 4 } if x == 3 { return 6 } return x * x } |