rust/tests/run-pass-fullmir/hello.rs
2017-09-16 14:02:59 +02:00

5 lines
59 B
Rust

//ignore-msvc
fn main() {
println!("Hello, world!");
}