rust/tests/run-pass-fullmir/hello.rs
Ralf Jung 060bb2fa9f use ui test mode rather than mir-opt
These tests are not run per default
2017-09-16 12:36:31 +02:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}