blob: 5487a8ecc37f90bb0d8d304282bbe0e73e0590be [file] [log] [blame]
unsafe fn f() { return; }
fn main() {
f(); //~ ERROR call to unsafe function is unsafe
}