rust/tests/run-make-fulldeps/symlinked-rlib/bar.rs
2023-01-11 09:32:08 +00:00

6 lines
49 B
Rust

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