blob: 4ad0d351372f7559de26a2a84d6974f0cdf3643a [file] [log] [blame]
#![allow(clippy::never_loop)]
async fn f() {
loop {
break;
}
}
fn main() {}