rust/tests/run-make/native-link-modifier-whole-archive/indirectly_linked.rs

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

6 lines
101 B
Rust
Raw Normal View History

extern crate rlib_with_cmdline_native_lib;
fn main() {
rlib_with_cmdline_native_lib::hello();
}