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!");
}