]> git.lizzy.rs Git - rust.git/blob - tests/run-make/native-link-modifier-whole-archive/indirectly_linked_via_attr.rs
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / run-make / native-link-modifier-whole-archive / indirectly_linked_via_attr.rs
1 extern crate native_lib_in_src;
2
3 fn main() {
4     native_lib_in_src::hello();
5 }