mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
10 lines
186 B
Rust
10 lines
186 B
Rust
// build-pass
|
|
// aux-build: ../ambiguous-4-extern.rs
|
|
|
|
extern crate ambiguous_4_extern;
|
|
|
|
fn main() {
|
|
ambiguous_4_extern::id();
|
|
// `warning_ambiguous` had been lost at metadata.
|
|
}
|