rust/tests/run-make/rlib-format-packed-bundled-.../native_dep.rs

5 lines
57 B
Rust

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