blob: 70f33cc0c6cc71f78d78698b557d7ae324aa6ae4 [file] [log] [blame]
extern {
#[linkage = "extern_weak"] static foo: isize;
//~^ ERROR: the `linkage` attribute is experimental and not portable
}
fn main() {}