xref
: /
wasmtime-44.0.1
/
crates
/
test-programs
/
src
/
bin
/
p2_cli_exit_with_code.rs
(revision dbbae440)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
use
test_programs
::
wasi
::
cli
::
exit
::
exit_with_code
;
2
3
fn
main
() {
4
exit_with_code
(
42
);
5
}
6