8 lines
89 B
Rust
8 lines
89 B
Rust
// xfail-fast
|
|
|
|
#[link(name = "b", vers = "0.1")];
|
|
#[crate_type = "lib"];
|
|
|
|
extern mod a;
|
|
|