rust/tests/run-make/invalid-symlink-search-path/in/bar/lib.rs

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

6 lines
69 B
Rust
Raw Permalink Normal View History

extern crate foo;
pub fn main() {
let _ = foo::hello_world();
}