]> git.lizzy.rs Git - rust.git/blob - tests/run-make/native-link-modifier-whole-archive/indirectly_linked_via_attr.rs
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[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 }