]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rlib-format-packed-bundled-libs-2/native_dep.rs
Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obk
[rust.git] / tests / run-make / rlib-format-packed-bundled-libs-2 / native_dep.rs
1 #[no_mangle]
2 pub fn native_f1() -> i32 {
3     return 1;
4 }