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