0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-12-01 04:21:19 +01:00
rust/tests/ui/new-import-syntax.rs
2024-02-16 20:02:50 +00:00

6 lines
62 B
Rust

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