]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hello2021.rs
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
[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 }