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

7 lines
69 B
Rust
Raw Normal View History

2011-07-27 14:48:34 +02:00
// error-pattern: expecting
fn main() {
let int x = 5;
alt x;
}