]> git.lizzy.rs Git - rust.git/blob - tests/run-make/native-link-modifier-whole-archive/indirectly_linked_via_attr.rs
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[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 }