mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-08 06:34:07 +00:00
6 lines
75 B
Rust
6 lines
75 B
Rust
#![crate_name = "b"]
|
|
|
|
extern crate a;
|
|
|
|
pub fn foo() { a::foo::<isize>(); }
|