5 lines
89 B
Rust
5 lines
89 B
Rust
// error-pattern: unresolved
|
|
import main::bar;
|
|
|
|
fn main(args: ~[str]) { debug!("foo"); }
|