4 lines
94 B
Rust
4 lines
94 B
Rust
static _: () = (); //~ ERROR expected identifier, found reserved identifier `_`
|
|
|
|
fn main() {}
|