3 lines
39 B
Rust
3 lines
39 B
Rust
#![crate_type = "lib"]
|
|
extern crate a;
|
#![crate_type = "lib"]
|
|
extern crate a;
|