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