rust/test-cargo-miri/tests/no-harness.rs
2020-09-17 17:33:47 +02:00

4 lines
47 B
Rust

fn main() {
println!("no-harness test");
}