7 lines
69 B
Rust
7 lines
69 B
Rust
// error-pattern: expecting
|
|
|
|
fn main() {
|
|
let int x = 5;
|
|
alt x;
|
|
}
|