blob: 76c24df78987c88fda62714c9d2582bf2f6f3cbf [file] [log] [blame] [edit]
#![crate_type = "staticlib"]
extern crate upstream;
#[no_mangle]
pub extern "C" fn bar() {
upstream::foo();
}