1 2 3 4 5 6
extern "C" unsafe { //~^ ERROR expected `{`, found keyword `unsafe` unsafe fn foo(); } fn main() {}