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

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

6 lines
68 B
Rust
Raw Normal View History

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