blob: 948b5e688ebcce26a76da4bbc36344f63d14b48e [file] [log] [blame]
#![crate_name="anonexternmod"]
#![feature(rustc_private)]
extern crate libc;
#[link(name = "rust_test_helpers", kind = "static")]
extern {
pub fn rust_get_test_int() -> libc::intptr_t;
}