]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/coverage/tight_inf_loop.rs
Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zeroext...
[rust.git] / src / test / run-make / coverage / tight_inf_loop.rs
1 fn main() {
2     if false {
3         loop {}
4     }
5 }