rustc/tests/coverage/tight_inf_loop.rs
2024-06-04 21:09:03 +02:00

6 lines
51 B
Rust

fn main() {
if false {
loop {}
}
}