]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rlib-format-packed-bundled-libs/main.rs
Auto merge of #107197 - aliemjay:patch-2, r=jackh726
[rust.git] / tests / run-make / rlib-format-packed-bundled-libs / main.rs
1 extern crate rust_dep_local;
2 pub fn main() {
3     rust_dep_local::rust_dep_local();
4 }