]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/trace-macro.rs
Auto merge of #95833 - notriddle:notriddle/human-readable-signals, r=yaahc
[rust.git] / src / test / ui / macros / trace-macro.rs
1 // compile-flags: -Z trace-macros
2 // build-pass (FIXME(62277): could be check-pass?)
3
4 fn main() {
5     println!("Hello, World!");
6 }