rust/tests/run-make/error-found-staticlib-instead-crate/bar.rs

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

6 lines
49 B
Rust
Raw Normal View History

extern crate foo;
fn main() {
foo::foo();
}