rust/tests/run-pass/exit.rs

4 lines
40 B
Rust
Raw Normal View History

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