]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rlib-format-packed-bundled-libs-2/main.rs
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
[rust.git] / src / test / run-make / rlib-format-packed-bundled-libs-2 / main.rs
1 extern crate rust_dep;
2
3 pub fn main() {
4     rust_dep::rust_dep();
5 }