6 lines
68 B
Rust
6 lines
68 B
Rust
|
// error-pattern:reserved keyword
|
||
|
|
||
|
fn main() {
|
||
|
let int m32 = 0;
|
||
|
}
|