blob: 4cae703a16395cbc066e227a2dd07c8047aaae20 [file] [log] [blame]
extern {
const fn foo();
//~^ ERROR functions in `extern` blocks cannot have qualifiers
const unsafe fn bar();
//~^ ERROR functions in `extern` blocks cannot have qualifiers
}
fn main() {}