7 lines
70 B
Rust
7 lines
70 B
Rust
// error-pattern: expected
|
|
|
|
fn main() {
|
|
let int x = 5;
|
|
match x;
|
|
}
|