mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 14:18:23 +00:00
7 lines
143 B
Rust
7 lines
143 B
Rust
#![crate_name = "anonexternmod"]
|
|
|
|
#[link(name = "rust_test_helpers", kind = "static")]
|
|
extern "C" {
|
|
pub fn rust_get_test_int() -> isize;
|
|
}
|