rust/src/test/compile-fail/import3.rs

5 lines
89 B
Rust
Raw Normal View History

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