nx_symj_fixh.nx
buildroot/runtime/nx_symj_fixh.nx
dependencies 0 imports · 0 importers
imports: none
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 1 | func hng(x: i64) -> i64 { var k: i64 = 0 while x == 0 { k = k + 1 } return x } |