xref
: /
wasmtime-44.0.1
/
crates
/
test-programs
/
src
/
bin
/
p2_cli_argv0.rs
(revision b315a0a8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
main()
1
fn
main
() {
2
let
mut
args
=
std
::
env
::
args
();
3
assert_eq
!(
args
.
next
(),
args
.
next
());
4
}
5