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