]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/println.rs
Auto merge of #95662 - Dylan-DPC:rollup-fo7jsr6, 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 }