433da1fc04
They pass fine.
5 lines
57 B
Rust
5 lines
57 B
Rust
extern crate a_dylib;
|
|
|
|
fn main() {
|
|
a_dylib::foo();
|
|
}
|