]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/spanview_block.rs
Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviper
[rust.git] / src / test / 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() {}