rust/tests/run-make/c-dynamic-dylib/bar.rs

6 lines
51 B
Rust

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