]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hello2021.rs
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[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 }