blob: e02148b19f786e52bdbf359efa65d997867ed873 [file] [log] [blame]
// aux-build:glob-conflict.rs
extern crate glob_conflict;
fn main() {
glob_conflict::f(); //~ ERROR cannot find function `f` in module `glob_conflict`
}