rust/tests/run-make/resolve-rename/baz.rs

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

6 lines
72 B
Rust
Raw Normal View History

2018-03-27 15:49:06 -05:00
#![crate_type = "rlib"]
extern crate bar;
pub fn baz() { bar::bar() }