6 lines
75 B
Rust
6 lines
75 B
Rust
#![crate_name = "b"]
|
|
|
|
extern crate a;
|
|
|
|
pub fn foo() { a::foo::<isize>(); }
|