6 lines
96 B
Rust
6 lines
96 B
Rust
#[link(name = "a", vers = "0.1")];
|
|
#[crate_type = "lib"];
|
|
|
|
type t1 = uint;
|
|
impl t2 for ~str { }
|