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

7 lines
69 B
Rust
Raw Normal View History

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