blob: 074280b7b664651ed7d13393280be6a32c62ee1e [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 {
pub static A: u32;
}