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

6 lines
69 B
Rust

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