use test_programs::wasi::cli::exit::exit_with_code; fn main() { exit_with_code(42); }