1 2 3 4 5 6 7 8
//@ check-pass //@compile-flags: --test #![warn(clippy::exit)] fn main() { std::process::exit(0) }