blob: c0181d960539ca4bfc7eacefbd757361bb359715 [file] [log] [blame]
#[unsafe(unsafe(no_mangle))]
//~^ ERROR expected identifier, found keyword `unsafe`
//~| ERROR cannot find attribute `r#unsafe` in this scope
//~| ERROR unnecessary `unsafe`
fn a() {}
fn main() {}