rust/tests/pass/exit.rs
2022-06-01 10:53:38 -04:00

4 lines
40 B
Rust

fn main() {
std::process::exit(0)
}