meson/test cases/rust/19 structured sources/priv.rs

4 lines
46 B
Rust

fn priv_func() {
std::process::exit(0);
}