]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hello2021.rs
Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser
[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 }