blob: 50806df15f7ad48543bc706c1374c98409417014 [file] [log] [blame]
//@ compile-flags: --extern foo=.
extern crate foo; //~ ERROR extern location for foo is not a file: .
fn main() {}