_self_host_or_shift_test.nx
buildroot/runtime/_self_host_or_shift_test.nx
about
Bisect: does `expr | (expr << N)` work in self-host?
expect_exit: 11
Expected: (1 & 0xFF) | ((2 & 0xFF) << 8) = 0x0201 = 513. 513 % 251 = 11.
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 7 | func main() -> i64 |