2020-09-01 17:12:52 -04:00
|
|
|
#![crate_name = "anonexternmod"]
|
2016-04-26 10:51:14 -07:00
|
|
|
|
2016-11-23 16:09:51 -08:00
|
|
|
#[link(name = "rust_test_helpers", kind = "static")]
|
2020-09-01 17:12:52 -04:00
|
|
|
extern "C" {
|
2024-04-15 23:46:27 -04:00
|
|
|
pub fn rust_get_test_int() -> isize;
|
2015-03-18 22:05:24 +01:00
|
|
|
}
|