blob: 1e8f5be5a882e311100b3dd322e9393ce3d7d015 [file] [log] [blame]
// build-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.
}