blob: 0ee0637232ca4d444237c8b054ac4623a3ba2af9 [file] [log] [blame]
// compile-pass
#![feature(no_core, lang_items)]
#![no_core]
#![crate_type = "lib"]
#[lang = "sized"]
trait Sized {}
extern {
pub static A: u32;
}