9 lines
129 B
Rust
9 lines
129 B
Rust
#[link(name = "issue2196b", vers = "0.1")];
|
|
#[crate_type = "lib"];
|
|
|
|
use a(name = "issue2196a");
|
|
|
|
type d = str;
|
|
impl d for d { }
|
|
|