4 lines
88 B
Rust
4 lines
88 B
Rust
fn main() {
|
|
let extern = 0; //~ ERROR expected identifier, found keyword `extern`
|
|
}
|