]> git.proxmox.com Git - rustc.git/blame - src/test/ui/chalkify/println.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / chalkify / println.rs
CommitLineData
f9f354fc
XL
1// check-pass
2// compile-flags: -Z chalk
3
4fn main() {
5099ac24 5 println!("hello");
f9f354fc 6}