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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
57 B
Rust
Raw Normal View History

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