5 lines
75 B
Rust
5 lines
75 B
Rust
|
#[crate_type = "rlib"];
|
||
|
#[crate_type = "dylib"];
|
||
|
|
||
|
pub static foo: int = 4;
|