fn main() { let mut foo = 0; while foo < 5 { foo += 1; } if foo == 0 { return; } borrow_mutably::(); borrow_mutably::(); } pub const fn borrow_mutably() { const fn __autoken_borrow_mutably() {} __autoken_borrow_mutably::(); }