xref
: /
wasmtime-44.0.1
/
crates
/
test-programs
/
src
/
bin
/
p2_cli_exit_panic.rs
(revision bbd12e92)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
fn
main
() {
2
panic
!(
"Curiouser and curiouser!"
)
3
}
4