]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hello2021.rs
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.git] / src / test / ui / hello2021.rs
1 // run-pass
2 // edition:2021
3 // compile-flags: -Zunstable-options
4
5 fn main() {
6     println!("hello, 2021");
7 }