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

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

6 lines
79 B
Rust
Raw Normal View History

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