]> git.lizzy.rs Git - rust.git/blob - src/test/ui/new-import-syntax.rs
Rollup merge of #62759 - mark-i-m:rustc-guide-toolstate-check, r=kennytm
[rust.git] / src / test / ui / new-import-syntax.rs
1 // run-pass
2
3 pub fn main() {
4     println!("Hello world!");
5 }