6 lines
57 B
Rust
Raw Normal View History

2019-04-05 11:32:45 +02:00
extern crate a_dylib;
fn main() {
a_dylib::foo();
}