]> git.lizzy.rs Git - rust.git/blob - tests/ui/new-import-syntax.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / new-import-syntax.rs
1 // run-pass
2
3 pub fn main() {
4     println!("Hello world!");
5 }