1 use test_programs::wasi::cli::exit::exit_with_code;
2 
3 fn main() {
4     exit_with_code(42);
5 }
6