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

6 lines
65 B
Rust

// error-pattern: expecting
fn main() {
let x.y[int].z foo;
}