blob: 52494ce6078c4027e35f30f1e7f38be9d6cf6d20 [file] [log] [blame]
unsafe fn f() { return; }
fn main() {
f();
//~^ ERROR E0133
}