rust/tests/run-make-fulldeps/lto-dylib-dep/a_dylib.rs

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

4 lines
38 B
Rust
Raw Normal View History

2019-04-05 04:32:45 -05:00
pub fn foo() {
println!("bar");
}