]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rlib-format-packed-bundled-libs-2/native_dep.rs
Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa
[rust.git] / src / test / run-make / rlib-format-packed-bundled-libs-2 / native_dep.rs
1 #[no_mangle]
2 pub fn native_f1() -> i32 {
3     return 1;
4 }