rust/tests/run-make/invalid-symlink-search-path/in/bar/lib.rs
2024-07-18 11:14:07 -04:00

6 lines
69 B
Rust

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