rust/tests/run-make/rlib-format-packed-bundled-libs/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
85 B
Rust
Raw Normal View History

extern crate rust_dep_local;
pub fn main() {
rust_dep_local::rust_dep_local();
}