rust/tests/run-make/lto-dylib-dep/main.rs

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

6 lines
57 B
Rust
Raw Normal View History

2019-04-05 04:32:45 -05:00
extern crate a_dylib;
fn main() {
a_dylib::foo();
}