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