4 lines
61 B
Rust
4 lines
61 B
Rust
#![crate_type = "staticlib"]
|
|
extern crate b;
|
|
extern crate a;
|
#![crate_type = "staticlib"]
|
|
extern crate b;
|
|
extern crate a;
|