rust/src/test/compile-fail/bad-expr-path.rs
2011-07-27 15:54:33 +02:00

5 lines
No EOL
88 B
Rust

// error-pattern: unresolved name: a
mod m1 { }
fn main(args: vec[str]) { log m1::a; }