blob: 80f93dea0544e2ea4d26016cd38788a3d965057e [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;
}