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

6 lines
69 B
Rust
Raw Permalink Normal View History

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