blob: 90a1aa8d5cc3db040db7e1a46ba54c416f75bfbb [file] [log] [blame] [edit]
extern "C" {
#[used] //~ ERROR attribute must be applied to a `static` variable
static FOO: i32;
}
fn main() {}