rust/src/test/ui/new-import-syntax.rs

6 lines
61 B
Rust

// run-pass
pub fn main() {
println!("Hello world!");
}