summaryrefslogtreecommitdiffstats
path: root/tests/ui/hello.rs
blob: c66b7c60fb4eac0584a8d0578334dc7e3eefb827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// run-pass
// revisions: e2015 e2018 e2021 e2024

//[e2018] edition:2018
//[e2021] edition:2021
//[e2024] edition:2024

//[e2024] compile-flags: -Zunstable-options

fn main() {
    println!("hello");
}