]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/coverage/tight_inf_loop.rs
Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk
[rust.git] / src / test / run-make / coverage / tight_inf_loop.rs
1 fn main() {
2     if false {
3         loop {}
4     }
5 }