]> git.lizzy.rs Git - rust.git/blob - tests/mir-opt/spanview_block.rs
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
[rust.git] / tests / mir-opt / spanview_block.rs
1 // Test spanview block output
2 // compile-flags: -Z dump-mir-spanview=block
3
4 // EMIT_MIR spanview_block.main.built.after.html
5 fn main() {}