rust/src/test/compile-fail/bad-name.rs

7 lines
71 B
Rust
Raw Normal View History

2010-06-23 23:03:09 -05:00
// error-pattern: malformed name
fn main() {
let x.y[int].z foo;
}