blob: 3943b260854079ebcf86b629733c471ca94e07fc [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
#![feature(no_core, lang_items)]
#![no_core]
#![crate_type = "lib"]
#[lang = "sized"]
trait Sized {}
extern "C" {
pub static A: u32;
}