rust/tests/run-make/rlib-format-packed-bundled-libs-2/native_dep.rs
2023-01-11 09:32:08 +00:00

5 lines
57 B
Rust

#[no_mangle]
pub fn native_f1() -> i32 {
return 1;
}