_germ_scratch_exit42.nx
buildroot/runtime/_germ_scratch_exit42.nx
about
nx_exit42.nx -- trivial container entrypoint: exits 42 (proves the
sovereign container runtime executes a process + propagates its exit code).
expect_exit: 42
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 6 | func main() -> i64 { return 42 } |