blob: 3a9a14bfb524e7670649d519f5b0e3ddb828daea [file] [log] [blame]
//@ check-pass
//@ aux-build: ../ambiguous-4-extern.rs
extern crate ambiguous_4_extern;
fn main() {
ambiguous_4_extern::id();
//^ FIXME: `id` should be identified as an ambiguous item.
}