rustc/tests/ui/new-import-syntax.rs
2024-06-21 09:39:33 +02:00

6 lines
62 B
Rust

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