blob: 7bd6458cba1038d91040b5ce214ac7c71212a751 [file] [log] [blame]
use main::bar; //~ ERROR unresolved import `main`
fn main() { println!("foo"); }