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