blob: ac9c20a57e5a4e005e0d665a2cd65f2a7d4eab8e [file] [log] [blame]
#![crate_type = "rlib"]
#[no_mangle]
pub extern fn foo() {}
#[no_mangle]
pub static FOO: u64 = 42;