]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/println.rs
Rollup merge of #90312 - r00ster91:search, r=Dylan-DPC
[rust.git] / src / test / ui / chalkify / println.rs
1 // check-pass
2 // compile-flags: -Z chalk
3
4 fn main() {
5     println!("hello");
6 }