blob: 282c9a8b843f926811cfcdede90c3a5cca55e644 [file] [log] [blame]
extern {
#[linkage = "extern_weak"] static foo: isize;
//~^ ERROR: the `linkage` attribute is experimental and not portable
}